想识别一个图片里的字符
2.试了github上的一个开源包 https://github.com/netpi/baid...
识别准确率不高
3.请大家帮忙推荐好用的OCR识别包(php python node的都行)
谢谢
想识别一个图片里的字符
2.试了github上的一个开源包 https://github.com/netpi/baid...
识别准确率不高
3.请大家帮忙推荐好用的OCR识别包(php python node的都行)
谢谢
python有个包叫pyocr
from PIL import Image from pyocr import pyocr # brew install tesseract def pic_recognization(img): tools = pyocr.get_available_tools() res = tools[0].image_to_string(Image.open(img)) return res
识别数字实测还是蛮准的,就算有部分字母也行
捷速OCR文字识别软件
每个人都需要一台速度更快、更稳定的 PC。随着时间的推移,垃圾文件、旧注册表数据和不必要的后台进程会占用资源并降低性能。幸运的是,许多工具可以让 Windows 保持平稳运行。
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号