From e96770c5e4658a2e695d1ddab69ad16903932fed Mon Sep 17 00:00:00 2001 From: Timo Klerx Date: Sat, 27 Mar 2021 00:13:28 +0100 Subject: [PATCH] Updated documentation for windows and additional languages (#753) Changed the documentation for how to add new languages on Windows. Co-authored-by: jbarlow83 --- docs/languages.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/languages.rst b/docs/languages.rst index cc26fa68..ed414a50 100644 --- a/docs/languages.rst +++ b/docs/languages.rst @@ -70,4 +70,7 @@ derived Docker image as Windows users ============= -The Tesseract installer provided by Chocolatey already includes 100 languages. +The Tesseract installer provided by Chocolatey currently includes only English language. +To install other languages, download the respective language pack (``.traineddata`` file) +from https://github.com/tesseract-ocr/tessdata/ and place it in +``C:\\Program Files\\Tesseract-OCR\\tessdata`` (or wherever Tesseract OCR is installed).