Disable music staff detection and removal

Change the default value of pageseg_apply_music_mask to false. See #1255.
This commit is contained in:
Amit D 2021-10-18 21:10:27 +03:00 committed by Stefan Weil
parent 73a1bfc4e8
commit fe16277fad

View File

@ -433,7 +433,7 @@ Tesseract::Tesseract()
"information is lost due to the cut off at 0. The standard value is "
"5",
this->params())
, BOOL_MEMBER(pageseg_apply_music_mask, true,
, BOOL_MEMBER(pageseg_apply_music_mask, false,
"Detect music staff and remove intersecting components", this->params())
,