Disable dictionary in tesseract
How do I disable dictionaries to increase recognition while using tesseract ocr with OpenCV in C++ ?
I have read:
Disabling the dictionaries Tesseract uses should increase recognition if most of your text isn't dictionary words. They can be disabled by setting the both of the configuration variables load_system_dawg and load_freq_dawg to false.
Any ideas ?
Thanks.