Python 图像识别入门篇
一、安装Python依赖
pip install pytesseract pyocr pillow Image
pip安装:https://www.cnblogs.com/Javame/p/10918325.html
二、下载并安装 tesseract-ocr:
wget https://download.csdn.net/download/yiyu1/11200375
三、修改pytesseract.py
位置:..\lib\site-packages\pytesseract\pytesseract.py
tesseract.exe来源第二步安装后Tesseract-OCR/tesseract.exe执行文件快捷方式。
四、找张图片
五、Python代码
from PIL import Image import pytesseract image = Image.open(r'E:\test.png') code = pytesseract.image_to_string(image) print(code)
六、执行脚本
技术微信群:
加微信:wonter 发送:技术Q
医疗微信群:
加微信:wonter 发送:医疗Q
更多文章关注公众号:
加微信:wonter 发送:技术Q
医疗微信群:
加微信:wonter 发送:医疗Q
更多文章关注公众号: