🚧 fixing paperless error
Some checks failed
Build all NixOS Configurations / nix build (push) Failing after 1m25s
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:
parent
f911177ab7
commit
362cbaea9b
1 changed files with 4 additions and 1 deletions
|
@ -19,7 +19,10 @@
|
||||||
"desktop.ini"
|
"desktop.ini"
|
||||||
];
|
];
|
||||||
PAPERLESS_EMAIL_TASK_CRON = "0 */8 * * *"; # “At minute 0 past every 8th hour.”
|
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}'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue