Suggestion:
There is a small patch required for tesseract in win32 enviroment.
File errorcode.cpp -
ucomment err_exit() and add return in switch (action):
    case EXIT:
      err_exit();
      return ;

And change tesseract project properties:
Configuration properties->System->Subsystem: Console(/
SUBSYSTEM:Console)

Otherwise tesseract in console enviroment throws exception and does
not print any usage line.

Regards,
Michal Widera/muro
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to