https://github.com/behzodhalil/snapocr
Snap OCR provides a convenient and user-friendly solution for extracting text from images
https://github.com/behzodhalil/snapocr
android camera hilt kotlin mlkit ocr
Last synced: about 1 month ago
JSON representation
Snap OCR provides a convenient and user-friendly solution for extracting text from images
- Host: GitHub
- URL: https://github.com/behzodhalil/snapocr
- Owner: behzodhalil
- Created: 2023-05-27T08:46:33.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-27T13:36:05.000Z (about 3 years ago)
- Last Synced: 2025-01-27T06:27:14.360Z (over 1 year ago)
- Topics: android, camera, hilt, kotlin, mlkit, ocr
- Language: Kotlin
- Homepage:
- Size: 1.52 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Snap OCR
## Tech stack
### Core
- [Kotlin](https://kotlinlang.org/)
- [Kotlin Coroutines](https://kotlinlang.org/docs/coroutines-overview.html)
- [Kotlin Flow](https://kotlinlang.org/docs/flow.html)
- [Hilt](https://dagger.dev/hilt/) (DI)
### MLKit & Camera
- [CameraX](https://developer.android.com/jetpack/androidx/releases/camera)
- [MLKit](https://developers.google.com/ml-kit/migration/android?hl=en)
### CI/CD
- [Gradle KTS](https://docs.gradle.org/current/userguide/kotlin_dsl.html)
## Why Snap OCR?
`Snap OCR` provides a convenient and user-friendly solution for extracting text from images.
It eliminates the need for manual typing or transcription, saving time and effort.
## Project Requirements
Follow these steps to set up `snapocr` Android project locally.
You will require latest Canary version of Android Studio to build and run an Android application. You can install the latest version from [here](https://developer.android.com/studio/preview).
- Import project in Android Studio IDE.
- Build 🔨 the project.
- For running the application, select run configuration `app`
