From 1fa814e6e5afb30c0f6e2dabba291d39974ef938 Mon Sep 17 00:00:00 2001 From: Johann Bauer Date: Tue, 15 Feb 2022 17:13:43 +0100 Subject: [PATCH] Tell users about multiple OCR languages in the install script (#30) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This valuable piece of information was only mentioned in the docs: https://paperless-ng.readthedocs.io/en/latest/configuration.html#ocr-settings It would be good to have it in the install script, because that's where/when the user is explicitly asked to choose a language. Co-authored-by: Denilson Sá Maia --- install-paperless-ng.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install-paperless-ng.sh b/install-paperless-ng.sh index a31c9203f..a36a930a5 100755 --- a/install-paperless-ng.sh +++ b/install-paperless-ng.sh @@ -179,6 +179,7 @@ echo "Specify the default language that most of your documents are written in." echo "Use ISO 639-2, (T) variant language codes: " echo "https://www.loc.gov/standards/iso639-2/php/code_list.php" echo "Common values: eng (English) deu (German) nld (Dutch) fra (French)" +echo "This can be a combination of multiple languages such as deu+eng" echo "" ask "OCR language" "eng"