fix(service/paperless): force ocr on signed PDFs
This commit is contained in:
parent
4c89574d36
commit
be47a8211a
|
@ -15,6 +15,7 @@
|
|||
PAPERLESS_CONSUMER_SUBDIRS_AS_TAGS = true;
|
||||
PAPERLESS_FILENAME_FORMAT = "{created_year}/{correspondent}/{created_year}-{created_month}-{created_day}-{document_type}-{title}-{tag_list}";
|
||||
PAPERLESS_OCR_LANGUAGE = "deu";
|
||||
PAPERLESS_OCR_USER_ARGS = "{\"invalidate_digital_signatures\": true}";
|
||||
PAPERLESS_URL = "https://doc.tammena.me";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue