Disable dictionary in tesseract

asked 2016-05-18 03:08:47 -0600

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.

edit retag flag offensive close merge delete