I'm trying to convert simple image with numbers to text using https://github.com/tesseract-ocr/tesseract. I compiled latest version from github with Leptonica and other libs required for image process.
I'm trying to convert it like this: /usr/local/bin/tesseract '/home/var/img2text/phone.png' out
but instead of numbers something like 3m mam
. what could be the problem?