🚧 fixing paperless error
Some checks failed
Build all NixOS Configurations / nix build (push) Failing after 1m25s

Input PDF has a digital signature. OCR would alter the document, invalidating the signature.
This commit is contained in:
Ingolf Wagner 2024-10-23 14:40:23 +09:00
parent f911177ab7
commit 362cbaea9b
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B

View file

@ -19,7 +19,10 @@
"desktop.ini"
];
PAPERLESS_EMAIL_TASK_CRON = "0 */8 * * *"; # “At minute 0 past every 8th hour.”
#PAPERLESS_CONSUMER_DELETE_DUPLICATES = false;
# https://github.com/paperless-ngx/paperless-ngx/discussions/4047#discussioncomment-7019544
# https://github.com/paperless-ngx/paperless-ngx/issues/7383
PAPERLESS_OCR_USER_ARGS = ''{"invalidate_digital_signatures": true}'';
};
};