我已按照此处的说明操作:http://scn.sap.com/community/developer-center/front-end/blog/2015/05/15/create-an-ocr-android-app-with-cordova-and-tesseract创建一个使用tesseract OCR phonegap插件的应用程序,但我收到以下错误:
'Uncaught SyntaxError: Unexpected token } plugins/com.tesseract.phonegap.tesseractPlugin/www/tesseractPlugin.js:10
Uncaught Error: Module com.tesseract.phonegap.tesseractPlugin.TesseractPlugin does not exist. cordova.js:1418
deviceready has not fired after 5 seconds. cordova.js:1183
Channel not fired: onPluginsReady cordova.js:1176
Channel not fired: onCordovaReady cordova.js:1176
Uncaught ReferenceError: Camera is not defined index.html:62'
我不确定为什么。 我认为该插件位于正确的位置。我已经尝试删除花括号,但它们似乎在cordova构建过程中重新添加。