dhruv2601 / Business-Card-Scanner

Engine for Optical Character Recognition to scan Business Cards locally on Android devices.
https://play.google.com/store/apps/details?id=businesscard.dhruv.businesscardscanner
26 stars 15 forks source link

Integrate with a cloud service to store data. #4

Open dhruv2601 opened 6 years ago

dhruv2601 commented 6 years ago

The application scans Business Cards and extracts the details from it, and store them locally. To enhance the application, it would be appreciable to add cloud services to it, so that user can access the data(Images and text) even after deleting the application. Please integrate the application with those cloud services which comes at a lower cost, as the application is free and thus cloud costing should be minimal.

Feel free to contribute, continuous support will be given for understanding the code!

akshatnitd commented 6 years ago

@dhruv2601 It can be done using Firebase Storage, which gives quite decent storage under the free tier. It can also be done via AWS S3.

dhruv2601 commented 6 years ago

@akshatnitd Yes! I will prefer Firebase myself. So are you up for working on it?

akshatnitd commented 6 years ago

@dhruv2601 No, you can go ahead with it. I am not that experienced with Android.