Using tesseract for the iphone (Nolan Brown's example) I get some weird results from my application.. For example I give it and image with only "TEST" written on it and tesseract returns "TEST TI". Anyone knows why this is happening? Does it have anything to do with confidence or other info tesseract returns? The engine is initialized like so:

    tess->SimpleInit([dataPath cStringUsingEncoding:NSUTF8StringEncoding],  // Path to tessdata-no ending /.
                 "eng",  // ISO 639-3 string or NULL.
                 false);

There is only tessdata/eng.traineddata in my resources

link|improve this question
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.