Domanda

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.

È stato utile?

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

Altri suggerimenti

Have a look to this library: phpOCR

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top