定义
安装
在python中调用Tesseract
import pytesseract from PIL import Image image = Image.open(jpg) pytesseract.image_to_string(image)