From e183e6be0a0343fdd1b2ebb6e097fc8724691301 Mon Sep 17 00:00:00 2001 From: Alexander Kobjolke Date: Mon, 28 Oct 2024 14:18:42 +0100 Subject: [PATCH] paperless: Allow digitally signed PDFs --- hosts/thrall/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/thrall/default.nix b/hosts/thrall/default.nix index 08cbfef..3da635c 100644 --- a/hosts/thrall/default.nix +++ b/hosts/thrall/default.nix @@ -324,6 +324,7 @@ in consumptionDirIsPublic = true; settings = { PAPERLESS_OCR_LANGUAGE = "deu+eng"; + PAPERLESS_OCR_USER_ARGS = ''{"invalidate_digital_signatures": true}''; PAPERLESS_URL = "https://docs.failco.de"; PAPERLESS_CONSUMER_RECURSIVE = true; PAPERLESS_CONSUMER_SUBDIRS_AS_TAGS = true;