Skip to content

NicosNicolaou16/SampleAndTestingMachineLearningAndroidTextRecogniseImages

Repository files navigation

Sample And Testing Machine Learning Android Text Recognise Images

Linktree Site X LinkedIn Medium Mastodon Bluesky Dev.to blog YouTube Google Developer Profile

A sample Android project demonstrating how to use Google's ML Kit for text recognition in images. This app allows you to select an image from the gallery and then scans it to extract any text found within the image. The entire user interface is built with Jetpack Compose.

Important

For a detailed guide on the setup and implementation, check out my article on Medium:

👉 Android Machine Learning: Image (Bitmap) Text Recognize 👈

✨ Features

  • Image Selection: Pick an image directly from the device gallery.
  • Text Recognition: Utilizes Google's ML Kit to scan the selected image and extract text.
  • Modern UI: A simple and clean interface built entirely with Jetpack Compose.

🛠️ Tech Stack & Libraries

🔧 Versioning

  • Target SDK: 36
  • Minimum SDK: 29
  • Kotlin Version: 2.3.10
  • Gradle Version: 9.0.1

📚 References & Tutorials