services: paperless: update deprecated ocr setting
This commit is contained in:
parent
2c28a64682
commit
48cf1265e3
|
@ -60,7 +60,8 @@ in {
|
|||
PAPERLESS_CORS_ALLOWED_HOSTS = "https://${paperlessDomain}";
|
||||
|
||||
PAPERLESS_OCR_LANGUAGE = "fra+eng";
|
||||
PAPERLESS_OCR_MODE = "skip_noarchive";
|
||||
PAPERLESS_OCR_MODE = "skip";
|
||||
PAPERLESS_OCR_SKIP_ARCHIVE_FILE = "with_text";
|
||||
|
||||
PAPERLESS_TIME_ZONE = config.time.timeZone;
|
||||
|
||||
|
|
Loading…
Reference in a new issue