Hi all,
I’m trying to extract some numbers ranging from 1-99 from a picture. I’ve tried several OCR methods using PHP, but eventually my script will fail, since the numbers occasionally is rotated 5% to the left or right. This making the picture not being recognizable.
View example of my numbers: http://d.imagehost.org/view/0373/screendump
I’ve now installed Ocropus http://code.google.com/p/ocropus/ as a test. Unfortunately this is not giving me the correct numbers every time. This leads me to think that my pictures are not optimized enough.
Does anyone have some tips/ideas how to optimize the readability of the numbers?
I would also be grateful for ideas how to find the numbers from the picture.
Regards