cordova-plugin-mobile-ocr icon indicating copy to clipboard operation
cordova-plugin-mobile-ocr copied to clipboard

A cordova plugin that can accept image URI or Base64 data and returns the text present in the image as string without need for network. You can also try :- https://github.com/NeutrinosPlatform/cordova...

Results 9 cordova-plugin-mobile-ocr issues
Sort by recently updated
recently updated
newest added

Using this plugin on a Capacitor project, I'm running into an Apple testflight warning that we're using UIWebView (ITMS-90809: Deprecated API Usage — Apple will stop accepting submissions of apps...

WebView

Why don't you automate the setup after installing this plugin on iOS with a plugin hook? https://cordova.apache.org/docs/en/latest/guide/appdev/hooks/#plugin-hooks-pluginxml

enhancement

First build with error : warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 7.0, but the range of supported deployment target versions is 8.0 to 13.2.99. (in target...

question
no response

I have used two devices which are Samsung Galaxy J Max and Huawei Honor 6X for testing my app, Plugin working smoothly on Huawei device and Samsung device shows the...

Hi, I'm trying to use ocr plugin in my ionic 3 project, but when I call recText console returns this error: ERROR TypeError: Object(...) is not a function at recText....

question

Feature request: Add real-time text recognition from camera feed. (Perhaps similar to the following NativeScript plugin) https://github.com/EddyVerbruggen/nativescript-plugin-firebase/blob/master/docs/ML_KIT.md#text-recognition

enhancement

hi, since I installed cordova-plugin-mobile-ocr in my project the sign up of google plus doesn't work anymore, not from any kind of error simply the login popup doesn't appear.

Looks like the plugin.xml needs updating for iOS. Cannot install in new project with Cordova 12.0.0 / ios 7.0.1. `cordova plugin add cordova-plugin-mobile-ocr` returns `Error during processing of action! Attempting...

i dunno why but i have this "main loop exeption" with an alert when i run the feature please help me This is my code: if (/Android/i.test(navigator.userAgent)) { navigator.camera.getPicture(onSuccess, onFail,...