Python tesseract-ocr图片转文字
step1:安装tesseract-ocr-w64-setup-v4.0.0.20181030.exe
step2:配置环境变量
step3:下载词库chi_sim.traineddata
step4:安装pytesseract
pip install pytesseract
step5:准备图片资源
step6:编写python代码
import pytesseract
from PIL ...
原创
2018-12-29 09:17:46 ·
487 阅读 ·
0 评论