Add PAPERLESS_FORGIVING_OCR option to example config.

It helps having it in the example config as that makes it more clear
that it exists.
This commit is contained in:
David Martin 2018-10-08 19:38:38 +11:00
parent b350ec48b7
commit 818780a191

View File

@ -188,6 +188,11 @@ PAPERLESS_DEBUG="false"
#PAPERLESS_CONSUMER_LOOP_TIME=10
# By default Paperless stops consuming a document if no language can be detected.
# Set to true to consume documents even if the language detection fails.
#PAPERLESS_FORGIVING_OCR="false"
###############################################################################
#### Interface ####
###############################################################################