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.

Était-ce utile?

La 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/

Autres conseils

Have a look to this library: phpOCR

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top