From 194ed25cc3fb7eed0eb69b2e8e578c564eac1085 Mon Sep 17 00:00:00 2001 From: "stephane.david" Date: Wed, 22 Jul 2026 09:53:35 +0200 Subject: [PATCH] Correct OCR language in docker-compose.yml --- docker-compose.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.env b/docker-compose.env index 7f50c0a..a5b8f0a 100644 --- a/docker-compose.env +++ b/docker-compose.env @@ -26,7 +26,7 @@ PAPERLESS_SECRET_KEY=C@ptn&mo # The default language to use for OCR. Set this to the language most of your # documents are written in. -PAPERLESS_OCR_LANGUAGE=fra eng +PAPERLESS_OCR_LANGUAGE=fra # Additional languages to install for text recognition, separated by a whitespace. # Note that this is different from PAPERLESS_OCR_LANGUAGE (default=eng), which defines