ReferenceError: textocr is not defined
AlokGupta007 opened this issue · 3 comments
AlokGupta007 commented
Hi,
I am trying to test this plugin in phonegap android application. But getting this error.
Please give solution. Thanks in advance.
Here is the error :
Error in Success callbackId: Camera1720476463 : ReferenceError: textocr is not defined
Cordova version - 9.0.0 (cordova-lib@9.0.1)
npm - 6.9.0
node -v - v10.16.3
ChrisTomAlx commented
Hey @AlokGupta007
This usually happens when you don't have the plugin installed properly.
Try cordova plugins
from cli. Post the list you get here. You should have this plugin in that list.
AlokGupta007 commented
I am using "cordova plugin add cordova-plugin-mobile-ocr" cli for installing api. In config.xml plugin configuration is not available after plugin installation. Please suggest the correct thing.
Thanks
ChrisTomAlx commented