reorganised settings documentation and added OCR_USER_ARGS

This commit is contained in:
jonaswinkler
2020-11-29 12:37:55 +01:00
parent 0e2a2eb53a
commit 388f6cfbe6
4 changed files with 135 additions and 80 deletions

View File

@@ -350,6 +350,8 @@ OCR_MODE = os.getenv("PAPERLESS_OCR_MODE", "skip")
OCR_IMAGE_DPI = os.getenv("PAPERLESS_OCR_IMAGE_DPI")
OCR_USER_ARGS = os.getenv("PAPERLESS_OCR_USER_ARGS", "{}")
# GNUPG needs a home directory for some reason
GNUPG_HOME = os.getenv("HOME", "/tmp")