Hi all,
I am currently building my own application with Tesseract C++ API in Windows 7, and when i called recognition function:
char * text = api.GetUTF8Text();
I got the following output in the command line window:
Too many unichars in ambiguity on line XXXX
Is there any way i can turn off the debug info output?
I know i can turn it off if i'm using it in command line,
but how can i do this in my application when calling the API? like api.setVaribles()
Thanks!