Skip to content
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.

Commit

Permalink
Tell users about multiple OCR languages in the install script
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
denilsonsa committed Oct 10, 2021
1 parent 7bc8325 commit 6521bf2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install-paperless-ng.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 6521bf2

Please sign in to comment.