cordova-plugin-tesseract
cordova-plugin-tesseract copied to clipboard
Language file is not available anymore (404)
https://cdn.rawgit.com/naptha/tessdata/gh-pages/3.02/english.traineddata.gz isn't there. I see this error in adb logs (Android) but i get 'OK' in my callback:
Starting process to load OCR language file. 01-18 00:42:33.646 30483 30542 V TesseractPlugin: Result: Ok 01-18 00:42:33.646 30483 31720 V TesseractPlugin: Downloading english.traineddata 01-18 00:42:33.776 30483 31720 E TesseractPlugin: Unable to copy english.traineddata java.io.FileNotFoundException: https://cdn.rawgit.com/naptha/tessdata/gh-pages/3.02/english.traineddata.gz 01-18 00:42:33.780 30483 30483 V TesseractPlugin: Download and copy done! Nothing else to do. 01-18 00:43:14.375 30483 30542 V TesseractPlugin:
Why do i get no error but it never even finds the file?