tesseract

2018-10-09  本文已影响0人  裴general

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/

上一篇 下一篇

猜你喜欢

热点阅读