easyocr图像识别中文神器

easyocr图像识别中文神器,第1张

识别效果

1、安装包(注意版本)

pip install -i https://pypi.tuna.tsinghua.edu.cn/simple easyocr1.4.2

pip install -i https://pypi.tuna.tsinghua.edu.cn/simple torch1.9.0

pip install -i https://pypi.tuna.tsinghua.edu.cn/simple torchvision==0.10.0

2、识别
# 导入easyocr
import easyocr
# 创建reader对象
reader = easyocr.Reader(['ch_sim'

欢迎分享,转载请注明来源:内存溢出

原文地址:https://54852.com/langs/607154.html

(0)
打赏 微信扫一扫微信扫一扫 支付宝扫一扫支付宝扫一扫
上一篇 2022-04-14
下一篇2022-04-14

发表评论

登录后才能评论

评论列表(0条)

    保存