mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-16 11:36:39 +01:00
Merge pull request #468 from ddddavidmartin/document_ocr_always_setting
Reference PAPERLESS_OCR_ALWAYS in example config file.
This commit is contained in:
commit
cea8332038
1 changed files with 5 additions and 0 deletions
|
|
@ -202,6 +202,11 @@ PAPERLESS_DEBUG="false"
|
||||||
#PAPERLESS_FORGIVING_OCR="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 ####
|
#### Interface ####
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue