tesseract
2018-10-09 本文已影响0人
裴general
import pytesseract
from PIL import Image
a = pytesseract.image_to_string(Image.open('123.png'))
print(a.replace(' ',''))
import pytesseract
from PIL import Image
a = pytesseract.image_to_string(Image.open('123.png'))
print(a.replace(' ',''))