Image recognition with PHP

≯℡__Kan透↙ 提交于 2020-01-23 08:08:40

问题


I was wondering if there's any way of writing a PHP script that can read an image and look for specific elements in it. For example, the image will contain a list of names and for each name there will be a box where a specific character will be present. I want to be able to get all the names and to check for which names that specific character is present.

Thank you.


回答1:


You should try to use an OCR class already made, like this one:

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

I've never used it but I think it could help you.



来源:https://stackoverflow.com/questions/5822380/image-recognition-with-php

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!