Allow to always use OCR extracted text

Fixes: #1628
This commit is contained in:
eikek
2022-07-07 17:58:03 +02:00
parent d0d8a8fbe7
commit d413b16b03
2 changed files with 12 additions and 3 deletions

View File

@ -298,6 +298,9 @@ Docpell Update Check
# and images. If the returned text is shorter than the value
# below, OCR is run afterwards. Then both extracted texts are
# compared and the longer will be used.
#
# If you set this to 0 (or a negative value), then the text parts
# of a PDF are ignored and OCR is always run and its result used.
pdf {
min-text-len = 500
}