0

So I am new to use tesseract and I want to load the math input module. Unfortunately, I do not know how to use it with the math module as found in this link. How do I made this properly load? Will it load the trained data by default? I've already added the trained data to the appropriate tessdata folder? i cannot figure out what the isocode for the lang parameter should be? is something like mat? There is very limited documentation on this issue and any help would be appreciated.

I am also coding this with pytesseract, but I am open to other modules if it does not support changing the trained dataset.

berak
  • 39,159
  • 9
  • 91
  • 89
Skylion
  • 2,696
  • 26
  • 50

1 Answers1

0

Okay so apparently the iso-639 for "math" is equ even though this is technically not an isocode according to the official list on Wikipedia.

Skylion
  • 2,696
  • 26
  • 50