2

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:

JPEG Image

I would like this image to be converted to simply "ABCDEFGHIJK."

Community
  • 1
  • 1
JSW189
  • 6,267
  • 11
  • 44
  • 72

2 Answers2

3

Yes, this is called Optical Character Recognition (OCR) and there are lots of libraries available for most languages.

Community
  • 1
  • 1
ceejayoz
  • 176,543
  • 40
  • 303
  • 368
1

maybe this would help you .. php:

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

lebhero
  • 1,391
  • 5
  • 18
  • 35