如何通过tesseract OCR识别带有小数学符号的文本?

时间:2017-09-27 00:33:55

标签: ocr tesseract image-recognition

我的文字中有一些不是如此复杂的数学符号。

here

enter image description here

Tesseract OCR默认无法识别此类数学符号(+ - ,角度)。如何通过tesseract识别这些数学符号?

1 个答案:

答案 0 :(得分:0)

只需使用以下语句:

pytesseract.image_to_string(Image.open(img), config='-l eng + equ')

还要确保pytesseract受方程训练。

tifi