I\'m trying to use tesseract-OCR via python-tesseract to read a low resolution font that looks like this:
I've tried to magnify the image with:
convert -resize 400% in.bmp out.bmp
And then read it:
tesseract out.bmp res
The result is correct:
100