Skip to content

Commit 86db1f4

Browse files
authored
Update README.md
1 parent c5aa3ac commit 86db1f4

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ The repository contains two types of models,
1515

1616
Most of the script models include English training data as well as the script, but not **Cyrillic**, as that would have a major ambiguity problem.
1717

18+
On Linux, the language based traineddata packages are named `tesseract-ocr-LANG` where LANG is the three letter language code eg. tesseract-ocr-eng (English language), tesseract-ocr-hin (Hindi language), etc.
19+
20+
On Linux, the script based traineddata packages are named `tesseract-ocr-script-SCRIPT` where SCRIPT is the four letter script code eg. tesseract-ocr-script-latn (Latin Script), tesseract-ocr-script-deva (Devanagari Script), etc.
21+
1822
### Data files for a particular script
1923

2024
Initial capitals in the filename indicate the one model for all languages in that script.
@@ -44,6 +48,8 @@ With a theory that poor accuracy on test data and over-fitting on training data
4448

4549
'jpn' loads 'jpn_vert' as a secondary language so it can try it in case the text is rendered vertically. This seems to work most of the time as a reasonable solution.
4650

51+
--------------------------------
52+
4753
See the [Tesseract wiki](https://github.com/tesseract-ocr/tesseract/wiki/Data-Files) for additional information.
4854

4955
All data in the repository are licensed under the

0 commit comments

Comments
 (0)