Skip to content

Latest commit

 

History

History
29 lines (27 loc) · 1.91 KB

README.md

File metadata and controls

29 lines (27 loc) · 1.91 KB

ImageToTextApp

ImageToTextApp is an Android application that uses Google ML Kit to snap a picture and detect text in that picture.

Features

  • Capture an image using the camera or select an image from the gallery
  • Crop and rotate the image as needed
  • Detect text in the image using Google ML Kit’s Text Recognition API
  • Display the detected text.

Screenshots

IMG-20230814-WA0008 IMG-20230814-WA0009 IMG-20230814-WA0010 IMG-20230814-WA0011 IMG-20230814-WA0012

Installation

To run this project, you will need to have Android Studio installed on your computer. You can download it from here.

  • Clone this repository and open it in Android Studio
  • Create a Firebase project and enable ML Kit’s Text Recognition and Google Translate APIs. You can follow the instructions on how to do this here and here.
  • Download the google-services.json file from your Firebase project and add it to the app folder of your project
  • Build and run the app on an emulator or a real device

Contributing

If you want to contribute to this project, you are welcome to do so. Here are some steps to follow:

  • Fork this repository and create a new branch
  • Make your changes and commit them with a clear message
  • Push your branch to GitHub and create a pull request
  • Wait for your pull request to be reviewed and merged

Contact

If you have any questions or feedback, feel free to contact me at adityabhamare71@gmail.com