A Flutter application that converts prescriptions to text.
- Pick any image in your gallery and get it displayed as text.
- Take a photo of your prescription and get it converted it as text.
- Share the text as pdf or copy and share it anywhere you want.
- camera
- path_provider
- intl
- firebase_auth
- google_sign_in
- firebase_ml_vision
- firebase_storage
- image_picker
- First you need to have Android Studio/VS Code installed in your device.
- Clone this repo using this command below
git clone https://github.com/arungovindm2001/digitizing-prescriptions
- Open the project with Android Studio/VS Code.
- Sign into Firebase Console.
- Create an app.
- Add your SHA1 key in project settings. Click here to know how to get it.
- Enable Firebase Authentication and Firebase Storage.
- Install the required dependencies by the following command
flutter pub get
- Run the app using
flutter run