Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/3_Add_language.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# Install Tesseract language definitions

- The *Tessdata manager*, available from the drop-down menu ![](https://raw.githubusercontent.com/manisandro/gImageReader/master/qt/data/extra-theme-icons/applications-education-language.png) of the *recognize button* in the *main toolbar* allows the user to manage the available recognition languages.
- The *Tessdata manager*, available from the *recognize button* drop-down menu ![](https://raw.githubusercontent.com/manisandro/gImageReader/master/qt/data/extra-theme-icons/applications-education-language.png) in the *main toolbar* allows you to manage the available recognition languages.

- To install the languages manually:

- On **Linux**, it's sufficient to install the package corresponding to the language definition one wants to install via the package management application (the packages may be called something like *tesseract-langpack-<lang>*).
- On **Linux**, install the package corresponding to the language definition you want to install, via the package management application (the packages may be called something like *tesseract-langpack-<lang>*).

- On Windows, first, in the gImageReader about dialog, check which version of tesseract is used.

- If using tesseract 4.x, go to https://github.com/tesseract-ocr/tessdata_fast.

- If using tesseract 3.x or older, go to https://github.com/tesseract-ocr/tessdata.

- Then, in the branch selection button, under tags, select the version which is less or equal the tesseract version in use. Then download the desired language definitions (*.traineddata along with any supplementary files which certain languages need) and save them to Start→All Programs→gImageReader→Tesseract language definitions.
- Then, in the branch selection button, under tags, select the version which is less than or equal to the tesseract version in use. Then download the desired language definitions (*.traineddata along with any supplementary files which certain languages need) and save them to Start→All Programs→gImageReader→Tesseract language definitions.

- To re-detect the available languages, one can restart the program, or select *Redetect Languages* from the *application menu*.
- To re-detect the available languages, restart the program, or select *Redetect Languages* from the *application menu*.