Pregunta

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.

¿Fue útil?

Solución 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/

Otros consejos

Have a look to this library: phpOCR

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top