发布时间:2019-08-02 11:14:57编辑:auto阅读(2945)
安装库
pip install pytesseract
pip install Pillow
windows安装 tesseract 中文识别
下载地址:https://digi.bib.uni-mannheim.de/tesseract/
运行安装:tesseract-ocr-setup-4.00.00dev.exe
安装路径:C:\Anaconda3\Tesseract-OCR
安装完成后设置环境变量
1、添加环境变量
2、添加系统变量
重启
from PIL import Image
import pytesseract
text=pytesseract.image_to_string(Image.open('xxx.jpg'),lang='chi_sim') # 使用中文
print(text)
上一篇: python的异常处理
下一篇: python生成html报告
53266
40149
34528
30265
25176
24968
23372
16895
14965
14479
856°
782°
853°
862°
918°
1035°
1031°
1024°
1133°
1045°