tesserocr
tesserocr copied to clipboard
how to limit character set in image_to_text?
Is there any way to achieve the effect of tesseract.setVariable("tessedit_char_whitelist", mycharset);
For legacy models, the effect is there. For LSTM models, these kind of settings are not constraints but just hints. See issues/documentation in Tesseract itself.