NeutrinosPlatform / cordova-plugin-mobile-ocr

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-plugin-ml-text
MIT License
49 stars 30 forks source link

Feature Request: Real time Text Recognition #17

Open seme1 opened 5 years ago

seme1 commented 5 years ago

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

ChrisTomAlx commented 5 years ago

Hey @seme1 Thanks a ton for the feature request :) . I must say this would be pretty cool. Although I think it should maybe be a whole plugin on its own. Since this plugin was mostly made in such a way as to combo up with other camera plugins like cordova-plugin-camera & cordova-plugin-document-scanner. Will still consider this as an enhancement and see if it is viable to add it to this plugin itself.

Cheers and have a nice day :) Chris Neutrinos

seme1 commented 4 years ago

Thanks for the response. Would love to see this added (either as a separate plugin or an added feature to this plugin). No other Cordova plugin exists that performs this function.

ChrisTomAlx commented 4 years ago

Looks like this plugin returns frame by frame images while also showing the camera feed. You can sent each frame to the ocr plugin to get close to real time recognition.

Cheers and have a nice day :) Chris Neutrinos

seme1 commented 4 years ago

Will look into it. Thanks so much for the suggestion.

NurdinDev commented 4 years ago

I need the same @seme1 did you find your request?