ImageToTextApp is an Android application that uses Google ML Kit to snap a picture and detect text in that picture.
- 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.
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
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
If you have any questions or feedback, feel free to contact me at adityabhamare71@gmail.com