cordova-plugin-tesseract
cordova-plugin-tesseract copied to clipboard
Download Language
What does "Download the language" means? Do you need internet connection in this sir? Do you have any working Ionic App sir using this plugin?
Hi @zindelluib ! Yes, it was built to download the tessdata file (file data for the language you want to read). If you will always use a specific language, you can fork or clone this project, then add the tessdata you want and easily make a change to always use this tessdata.
What about the english language sir? Is download still needed? Do you have a working Ionic App sir using this plugin? Do we need to have internet always to use this plugin? Thanks for your help sir @gustavomazzoni
If i understand there only 2 languages support? eng.traineddata por.traineddata
var language = "eng";
TesseractPlugin.loadLanguage(language, function(response) {
deferred.resolve(response);
}, function(reason) {
deferred.reject('Error on loading OCR file for your language. ' + reason);
});
@guerson https://github.com/tesseract-ocr/tessdata/tree/3.04.00