From 1076320a0651f0e02922d93e1c63b0e5f973e17e Mon Sep 17 00:00:00 2001 From: David Martin Date: Sun, 16 Dec 2018 18:11:39 +1100 Subject: [PATCH] Reference PAPERLESS_OCR_ALWAYS in example config file. This setting was introduced when support for retrieving the text layer from documents was added. Having it in the example config makes it more clear that it exists. --- paperless.conf.example | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/paperless.conf.example b/paperless.conf.example index 11e6d905b..a8b1dcc20 100644 --- a/paperless.conf.example +++ b/paperless.conf.example @@ -193,6 +193,11 @@ PAPERLESS_DEBUG="false" #PAPERLESS_FORGIVING_OCR="false" +# By default Paperless does not OCR a document if the text can be retrieved from +# the document directly. Set to true to always OCR documents. +#PAPERLESS_OCR_ALWAYS="false" + + ############################################################################### #### Interface #### ###############################################################################