tesseract
作者:
裴general | 来源:发表于
2018-10-09 23:40 被阅读0次
import pytesseract
from PIL import Image
a = pytesseract.image_to_string(Image.open('123.png'))
print(a.replace(' ',''))
下载地址: https://digi.bib.uni-mannheim.de/tesseract/
本文标题:tesseract
本文链接:https://www.haomeiwen.com/subject/brsuaftx.html
网友评论