tesseract: Segmentation fault when set variable "classify_enable_adaptive_matcher" = 0
I follow comment in this link: FAQ There are inconsistent r…
But when I using tesseract with that options:
classify_enable_learning 0
classify_enable_adaptive_matcher 0
I received one message like following:

I think this is one bug, because setting in config file is common for user. I find on all forum but not have any topic talk about this issue.
About this issue
- Original URL
- State: open
- Created 8 years ago
- Comments: 27 (15 by maintainers)
Commits related to this issue
- Avoid segmentation fault with classify_enable_adaptive_matcher == false (issue #256) Signed-off-by: Stefan Weil <sw@weilnetz.de> — committed to tesseract-ocr/tesseract by stweil 3 years ago
@tfmorris commented:
This issue is open since March 2016. I suggest to remove the
classify_enable_adaptive_matchervariable from classify.cpp and classify.h and fix two conditions in adaptmatch.cpp.Thank you for testing. A segmentation fault is always something which has to be fixed, so this issue should be kept open.