views:

94

answers:

3

Hi everybody,

I have some images that contain numbers written perfectly. These numbers can go from one to 4 characters. Is there a way to recognize and convert these numbers to text with PHP or Javascript?

Thank you,

Regards.

+2  A: 

Have a go with this PHPOCR class.

fredley
Although if the images are complex, it fails.
shamittomar
'Perfectly' written numbers should be ok :p
fredley
After some tests, it returns "Not yet recognized" by running the example file!
Zakaria
A: 

Hey Zakaria,

Check out this PHP Class!

http://www.phpclasses.org/package/2874-PHP-Recognize-text-objects-in-graphical-images.html

Good luck :)

akellehe
A: 

Try http://www.wisetrend.com/wisetrend_ocr_cloud.shtml - it's a REST API for doing OCR, should be very easy to call this from PHP

Eugene Osovetsky