import pytesseract from PIL import Image image = Image.open(jpg) pytesseract.image_to_string(image)
Tesseract
原文:https://www.cnblogs.com/colden/p/9859130.html