I am trying to recognise numbers in a Sudoku board. I'm using a sample printed in Times new Roman, and I have trained the system using that font, and limited the characters to numbers by setting recognizableCharacters = "0123456789 testImages.zip
For my sample set of test images, which are all about 177 x 184 pixels, the only number that is ever recognised is '1'. Everything else is unrecognised.
I have converted all of the images to black & white only to increase contrast, but I was getting the same result with natural colours.
Here are some of the images I'm trying to recognise
I know that there will be suggestions that I should use Tesseract - but I'm trying to get this one working as it should be faster.
There must be something simple that I'm missing...