services: paperless: set ocr mode to noarchive
This commit is contained in:
parent
42a9f0def3
commit
196a9b97b7
|
@ -36,6 +36,7 @@ in
|
||||||
PAPERLESS_CORS_ALLOWED_HOSTS = "https://${paperlessDomain}";
|
PAPERLESS_CORS_ALLOWED_HOSTS = "https://${paperlessDomain}";
|
||||||
|
|
||||||
PAPERLESS_OCR_LANGUAGE = "fra+eng";
|
PAPERLESS_OCR_LANGUAGE = "fra+eng";
|
||||||
|
PAPERLESS_OCR_MODE = "skip_noarchive";
|
||||||
|
|
||||||
PAPERLESS_TIME_ZONE = config.time.timeZone;
|
PAPERLESS_TIME_ZONE = config.time.timeZone;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue