removed unused code, small fixes

This commit is contained in:
Jonas Winkler
2020-11-02 18:20:04 +01:00
parent 3bef72c717
commit 7d282a4e4e
10 changed files with 19 additions and 94 deletions

View File

@@ -260,7 +260,7 @@ OCR_LANGUAGE = os.getenv("PAPERLESS_OCR_LANGUAGE", "eng")
OCR_THREADS = int(os.getenv("PAPERLESS_OCR_THREADS", 4))
# OCR all documents?
OCR_ALWAYS = __get_boolean("PAPERLESS_OCR_ALWAYS", False)
OCR_ALWAYS = __get_boolean("PAPERLESS_OCR_ALWAYS", "false")
# GNUPG needs a home directory for some reason