tesserocr icon indicating copy to clipboard operation
tesserocr copied to clipboard

how to limit character set in image_to_text?

Open braindevices opened this issue 4 years ago • 1 comments

Is there any way to achieve the effect of tesseract.setVariable("tessedit_char_whitelist", mycharset);

braindevices avatar Sep 18 '20 11:09 braindevices

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.

bertsky avatar Jul 02 '21 19:07 bertsky