-
Notifications
You must be signed in to change notification settings - Fork 447
Manually download OCR data
Malik Mukhametzyanov edited this page Feb 9, 2025
·
1 revision
Fast tessdata
Standard tessdata
Best tessdata
or download any other %.traineddata for tesseract and rename it according pattern {language_code}.traineddata
, examples can be found in repos above
Structure should be following
- root (zip archive)
- standard (package)
- tessdata (package)
- {...}.traineddata (your models, any count)
- tessdata (package)
- best (package)
- tessdata (package)
- {...}.traineddata (your models, any count)
- tessdata (package)
- fast (package)
- tessdata (package)
- {...}.traineddata (your models, any count)
- tessdata (package)
- standard (package)
archive must contain at least one of (standard, best, fast) packages with models
this can be done in language selector in OCR tool
