Hi,
assume that I have creates 20 LSTM files for English for example, each LSTM file is for a different font, when I make detection against an image by running the command: tesseract image results -l eng--tessdata-dir ./tessdata --oem 1 does the tesseract check the image against all LSTM files, or just take one of them and make detection against it?
I'm assuming that to make the detection is more accurate I should create many LSTM files for different fonts, because images can be with different fonts from each other so in this way it would be more accurate since I have LSTM file for every possible font, is that correct?
Thanks