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

Does this plugin send info to Google servers? #31

Closed rjurado01 closed 4 years ago

rjurado01 commented 4 years ago

I want to use this plugin into client app but he is worried about the confidentiality of information.

Does this plugin send any kind of information to Google servers when internet is on? Some tools like this send info to improve text recognition.

Thanks for your work.

ChrisTomAlx commented 4 years ago

Hey @rjurado01

Sorry about the delayed response. As far as I know it does not. Only on first install it requires internet to download the recognition machine learned model. But if you do come across any network calls after the initial download please feel free to share I can look into it. Closing this issue for now. Drop a comment and I can reopen it.

Cheers, Chris Neutrinos