I followed the FAQ to make Tesseract recognize digits, but all I get is a bunch of text in the output file, despite having only numbers in my image.
My command line looks like this:
tesseract --tessdata-dir ./ ./input.jpg ./output/output digits
Any ideas what could be happening?.