Python3 OCR技术(pytesser3)


PIL安装:pip install Pillow
pytesser3下载地址:
https://github.com/songluyi/pytesser3
Tesseract OCR engine下载地址:
http://www.softpedia.com/get/Programming/Other-Programming-Files/Tesseract-OCR.shtml
(Tesseract OCR engine具体安装方法:)
http://blog.csdn.net/huangzhang_123/article/details/61920975
安装完成之后

将pytesser3解压,放置E:\Python\Lib\site-packages目录下
Python3 OCR技术(pytesser3)_第1张图片

简单使用:

Python3 OCR技术(pytesser3)_第2张图片


欢迎加入学习交流QQ群:657341423

你可能感兴趣的:(Python,数据处理)