A project to demonstrate the document scanner library in Google ML Kit. Implemented using Kotlin, Jetpack Compose.
The Project is implemented using below tools and architecture.
Tools
- Android Studio Iguana | 2023.2.1
- Android Gradle Plugin Version: 8.3.0
- Gradle Version: 8.4
- Used Version Catalog for handling library dependencies
- Download Android SDK, on a mac the location is usually : "~/Library/Android/sdk"
- Android SDK comes bundled with Android Studio, download from here : https://developer.android.com/studio/index.html
- export ANDROID_HOME env variable, and do
./gradlew assembleDebugfor building a debug apk - Once build, app would be here
./app/build/outputs/apk/debug