Hi,

I'd like to perform OCR on multiple languages at the same time. Browsing 
through the source code I found the "tessedit_load_sublangs" option, but I 
can't find any examples of that option actually being set to something. 
I've tried all of the following, without any luck:

engine->SetVariable("tessedit_load_sublangs", "chi,jpn,rus");
engine->SetVariable("tessedit_load_sublangs", "chi jpn rus");
engine->SetVariable("tessedit_load_sublangs", "chi+jpn+rus");

What's the correct way to set this option?

Thanks, Romeo

-- 
-- 
You received this message because you are subscribed to the Google
Groups "tesseract-ocr" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/tesseract-ocr?hl=en

--- 
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].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to