mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-09 08:15:27 +01:00
removed unused code, small fixes
This commit is contained in:
parent
3bef72c717
commit
7d282a4e4e
10 changed files with 19 additions and 94 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue