Question

Is there any php class that detects numbers in a picture? for example detecting a license plate in a picture. I couldn't find any usfull information in google search.

Was it helpful?

Solution 2

phpOCR is an Optical Character Recognition system written in PHP. It can be used in automated scripts as well as web interface. Works best for small images like numeric SMS/email authorization codes, bar-code numbers and others.

http://phpocr.sourceforge.net/

OTHER TIPS

Have a look to this library: phpOCR

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top