From 22f3a0995245a34437a08064907bfc376f2f985b Mon Sep 17 00:00:00 2001 From: "stephane.david" Date: Tue, 7 Apr 2026 18:22:21 +0200 Subject: [PATCH] Correct OCR language in env file --- docker-compose.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.env b/docker-compose.env index b9e6084..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=fre +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