DavidStrausz / cordova-plugin-live-ocr

A cordova plugin which provides live ocr scanning capabilities for Android and iOS using Tesseract
19 stars 8 forks source link

Error adding the plugin #3

Closed ghost closed 6 years ago

ghost commented 6 years ago

I'm trying to install the plugin. But i'm getting an 404 error and not able to install, when using the command ionic cordova plugin add cordova-plugin-live-ocr

Getting following error: Error: Registry returned 404 for GET on https://registry.npmjs.org/cordova-plugin-live-ocr

DavidStrausz commented 6 years ago

This is because the plugin is not published on npm. You have to directly install it from this repository, you can also clone it and then install it from your local location.

cordova plugin add https://github.com/DavidStrausz/cordova-plugin-live-ocr.git --save

ghost commented 6 years ago

Thanks for the quick response.