Don't set page segmentation mode for unlv config

Setting the page segmentation mode to 6 ("Assume a single uniform block
of text") typically improves the layout detection for such texts, but
should not be done in the config file.

unlvtests/runtestset.sh adds `--psm 6` explicitly, so test results
won't change when using that script.

This is similar to commit ecfee53bac.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
Stefan Weil 2018-10-04 19:12:22 +02:00
parent a86292b111
commit c6f759148b

View File

@ -1,2 +1 @@
tessedit_write_unlv 1
tessedit_pageseg_mode 6