i have a image of a piece of paper with maany digits like 01010010111101010101010010101001010 , around 100 rows and 150 columns , so the font is a little bit small.
and its a little bit curved at the bottom (but still human readible).., How do i extract the the numbers into text from the image?
I tried tesseract ocr with --psm 6 only digits option and even edited to whitelist only 0 and 1 but it doesnt seem to do a good job. .. Some digits are missing in the output.
So do i need to train on Consolas font? Will it help?