OCR Languages Support Package Installation
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Hello! Today I wanted to install OCR Languages Support Package and during installation encountered a following problem:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/155997/image.png)
Where can I find working Languages Support Package?
0 Commenti
Risposte (1)
Birju Patel
il 30 Ago 2016
Modificato: Walter Roberson
il 21 Lug 2019
Hi Michal,
The OCR Languages Support Package is down. We are working to get it back online.
If you need the language files immediately, you can get them from here:
Once you have the *.traineddata file that you want to use, you can call the OCR function as follows:
txt = ocr(img,'Language','path/to/tessdata/eng.traineddata');
Just replace eng.traineddata with whichever language you wanted to use.
Hope that helps, Birju
1 Commento
Sayyed Mohsen Vazirizade
il 21 Lug 2019
Hi,
I downloaded pus.traineddata and put it in the folder you mentioned. I ran into the following error:
Error using tesseractWrapper
Internal error using Tesseract:
actual_tessdata_num_entries_ <= TESSDATA_NUM_ENTRIES:Error:Assert failed:in file
..\..\ccutil\tessdatamanager.cpp, line 50
Vedere anche
Categorie
Scopri di più su Characters and Strings in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!