Skip to content

Commit 1a885c6

Browse files
committed
feat: add german as paperless ocr language
1 parent ebd742d commit 1a885c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/nixos/services/paperless-ng.nix

+1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ in
5555
"PAPERLESS_REDIS" = "redis://localhost:6379";
5656
"PAPERLESS_DBHOST" = "localhost";
5757
"PAPERLESS_CONSUMPTION_DIR" = "/usr/src/paperless/consume";
58+
"PAPERLESS_OCR_LANGUAGE" = "deu";
5859
"PAPERLESS_TIKA_ENABLED" = "1";
5960
"PAPERLESS_TIKA_GOTENBERG_ENDPOINT" = "http://localhost:3000";
6061
"PAPERLESS_TIKA_ENDPOINT" = "http://localhost:9998";

0 commit comments

Comments
 (0)