services: paperless: update deprecated ocr setting
This commit is contained in:
parent
2c28a64682
commit
48cf1265e3
1 changed files with 2 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue