Possible Duplicate:
How can I implement OCR on a website using PHP?
Are there any scripts out there to convert an image containing text into plain text, preferably using Javscript or PHP? For example, take the image below:
I would like this image to be converted to simply "ABCDEFGHIJK."
Yes, this is called Optical Character Recognition (OCR) and there are lots of libraries available for most languages.
maybe this would help you .. php:
http://www.phpclasses.org/package/2874-PHP-Recognize-text-objects-in-graphical-images.html