Hello, i'm doing an application in C# with EmguCV and Tesseract.. 

i initiate my ocr with that :
          _ocr = new Tesseract(null, "eng", 
Tesseract.OcrEngineMode.OEM_TESSERACT_ONLY);

          _ocr.SetVariable("tessedit_char_whitelist", "1234567890->-+-.- ");

but it read all the text and convert text to number... i don't know why..

-- 
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