I'm using go and tesseract together. I have something like 2^3 or 22^55
And Tesseract is still sometimes wrong with a white list so I'm looking for a way to provide pattern I read through the FaQ and tried the suggested option with the bazaar.
My Pattern file looks like this:
\d\d^\d\d
\d^\d\d
\d^\d
\d^\d\d
But somehow It still doesnt work. Are there any tips to get it working or is the only way to realize this to generate a new language file.