mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-01-18 06:30:14 +08:00
Don't set page segmentation mode for hocr, pdf and tsv configs
Setting the page segmentation mode in those config files gives unexpected results: the text recognized when no config or only txt is given changes if both txt and any of hocr, pdf or tsv is chosen. In a test set of nearly 200 pages from historical books, using segmentation mode 1 is typically slightly better than the default, but there are also cases where it is much worse. Therefore the user should be able to decide which page segmentation mode is best. Old results for hocr, pdf or tsv now need an explicit `--psm 1` for reproduction. Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
parent
b15fbf1d0f
commit
ecfee53bac
@ -1,3 +1,2 @@
|
||||
tessedit_create_hocr 1
|
||||
tessedit_pageseg_mode 1
|
||||
hocr_font_info 0
|
||||
|
@ -1,2 +1 @@
|
||||
tessedit_create_pdf 1
|
||||
tessedit_pageseg_mode 1
|
||||
|
@ -1,2 +1 @@
|
||||
tessedit_create_tsv 1
|
||||
tessedit_pageseg_mode 1
|
||||
|
Loading…
Reference in New Issue
Block a user