A Flutter based Android application to scan documents.
- Clone the repo
- Open Android Studio
- Open Project
- Go to the location where you have saved the project
- In the utils folder open only the edgedetect folder.That is the main project
- Connect to emulator or mobile through USB to use the app after running successfully
- If you get compatibility issues go to android folder, right click and click on migrate and then migrate project to Android X.
- Some plugins might require minSdkVersion 21 so make sure to change that in build.gradle file.
- Before running the app go to pubspec.yaml file and click on the light bolt sign in the dependencies section and it will suggest to run pub get.Press on it so that you have the dependencies installed
- Make sure you have given access for installing through USB.If not change it in developer options in your mobile.
- Implement OCR
- Convert to PDF format