On Thu, Dec 8, 2016 at 3:27 PM, Jeroen Ooms <[email protected]> wrote:
> Is there a way to list languages without initializing any engine? > > No. This functions needs to know tesseract tessdata path (datadir[1]) which is available only after initialization of engine (user can modified during tesseract initialization) [1] https://github.com/tesseract-ocr/tesseract/blob/master/api/baseapi.cpp#L391 Of course you can implement similar function by yourself - just by guessing tesseract tessdata path. Zdenko -- You received this message because you are subscribed to the Google Groups "tesseract-ocr" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/tesseract-ocr. To view this discussion on the web visit https://groups.google.com/d/msgid/tesseract-ocr/CAJbzG8yLAZ3qBoRZMpU5CTMtF5sQg4vg2D_eauoAXiWU3FS7QQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

