❄️ Nix configurations
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

set ocr setting for signed

A.Ottr 181535c2 79191da1

+5
+5
nixos/ferret/paperless.nix
··· 25 25 PAPERLESS_OCR_LANGUAGE = "deu+eng+fra"; 26 26 PAPERLESS_ADMIN_USER = "alex"; 27 27 PAPERLESS_URL = "https://paperless.ferret.otter.place"; 28 + PAPERLESS_OCR_USER_ARGS={ 29 + optimize = 1; 30 + pdfa_image_compression = "lossless"; 31 + invalidate_digital_signatures = true; 32 + }; 28 33 }; 29 34 }; 30 35