Converting an image to text via Javascript or PHP?

12,267

Solution 1

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

Solution 2

maybe this would help you .. php:

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

Share:
12,267
JSW189
Author by

JSW189

Updated on June 05, 2022

Comments

  • JSW189
    JSW189 almost 2 years

    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."