From f84c12ecff5a3f69f0007b98cca5e2884e9a52f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Slavi=C5=A1a=20Are=C5=BEina?= <58952836+tremor021@users.noreply.github.com> Date: Sun, 16 Mar 2025 13:51:13 +0100 Subject: [PATCH] Add additional information on how to install languages (#3111) --- json/paperless-ngx.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/json/paperless-ngx.json b/json/paperless-ngx.json index ca1a265bf..e79b38fc4 100644 --- a/json/paperless-ngx.json +++ b/json/paperless-ngx.json @@ -34,6 +34,10 @@ { "text": "Show Login Credentials, type `update` in the LXC console", "type": "info" + }, + { + "text": "Script installs English as default OCR language. To install additional languages, use `apt-get install tesseract-ocr-[lang]`, where [lang] is the language code (e.g. `apt-get install tesseract-ocr-ger`).", + "type": "info" } ] } \ No newline at end of file