Pytesseract OCR 依赖安装 在requirement.txt中加入Pillow和pytesseract Ubuntu直接使用命令 sudo apt install tesseract-ocr -y 安装tesseract依赖 配置 在config.json中修改ocr.type为"pytesseract", 不需要填写"ak","sk"