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 👉 Android Machine Learning Image (Bitmap) Text Recognize - Medium 👈
Target SDK version: 35
Minimum SDK version: 28
Kotlin version: 2.1.0
Gradle version: 8.7.3
https://developers.google.com/ml-kit/vision/text-recognition/v2/android
https://www.howtodoandroid.com/pick-image-from-gallery-jetpack-compose/