标签: ocr tesseract image-recognition
我的文字中有一些不是如此复杂的数学符号。
here
Tesseract OCR默认无法识别此类数学符号(+ - ,角度)。如何通过tesseract识别这些数学符号?
答案 0 :(得分:0)
只需使用以下语句:
pytesseract.image_to_string(Image.open(img), config='-l eng + equ')
还要确保pytesseract受方程训练。
tifi