mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-24 02:59:07 +08:00
Disable music staff detection and removal
Change the default value of pageseg_apply_music_mask to false. See #1255.
This commit is contained in:
parent
73a1bfc4e8
commit
fe16277fad
@ -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())
|
||||
,
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user