From image to numbers [closed]

2019-07-03 08:35发布

问题:

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.

回答1:

Have a go with this PHPOCR class.



回答2:

Check out this PHP Class!

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

Good luck :)