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