fuuko/paperless: Allow invalidating signatures
This commit is contained in:
parent
0cbdc22d4e
commit
1f7885ebd8
|
@ -24,6 +24,9 @@
|
||||||
PAPERLESS_TIME_ZONE = "Europe/Berlin";
|
PAPERLESS_TIME_ZONE = "Europe/Berlin";
|
||||||
PAPERLESS_FILENAME_FORMAT = "{correspondent}/{document_type}/{created}_{title}_{doc_pk}";
|
PAPERLESS_FILENAME_FORMAT = "{correspondent}/{document_type}/{created}_{title}_{doc_pk}";
|
||||||
PAPERLESS_CONSUMER_RECURSIVE = true;
|
PAPERLESS_CONSUMER_RECURSIVE = true;
|
||||||
|
PAPERLESS_OCR_USER_ARGS = builtins.toJSON {
|
||||||
|
invalidate_digital_signatures = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue