Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nicosnicolaou16/sampleandtestingmachinelearningandroidtextrecogniseimages

This sample project demonstrates Android's Text Recognition in images.
https://github.com/nicosnicolaou16/sampleandtestingmachinelearningandroidtextrecogniseimages

android android-application compose jetpack-compose machine-learning machine-learning-android machine-learning-kit text-recognition text-recognition-android text-recognition-from-image

Last synced: 5 days ago
JSON representation

This sample project demonstrates Android's Text Recognition in images.

Awesome Lists containing this project

README

        

# Sample And Testing Machine Learning Android Text Recognise Images

This sample project demonstrates Android's Text Recognition in images. It features two simple
buttons: one to select an image from the gallery and another to scan the image for text. The project
is implemented using Jetpack Compose.

> [!IMPORTANT]
> Check my article for the setup :point_right: [Android Machine Learning Image (Bitmap) Text Recognize - Medium](https://medium.com/@nicosnicolaou/android-machine-learning-image-bitmap-text-recognize-31659d5a39d4) :point_left:

# Versioning

Target SDK version: 35

Minimum SDK version: 28

Kotlin version: 2.1.10

Gradle version: 8.8.0

# References/Tutorials Follow

https://developers.google.com/ml-kit/vision/text-recognition/v2/android

https://www.howtodoandroid.com/pick-image-from-gallery-jetpack-compose/