Image to Text Translator Android app with source code is a simple mobile application that extracts any text from a photo and instantly translates it into the language of your choice. It is shared here free for students and developers who want a working Android OCR-and-translation project to study or extend.
What Is the Image to Text Translator App?
This Android app scans an image, recognizes the text inside it, and lets you convert that text into another language. On top of recognition and translation, it can save the translated text as a PDF and share it with other apps. It is one of the simplest ways to see optical character recognition (OCR) and language translation working together in a single Android project.
Key Features
- Extract text from any image and read it back as editable text.
- Translate recognized text into more than 90 languages.
- Recognize text written in different source languages.
- Save the translated text as a PDF file.
- Share the translated text with other apps directly from the app.
Technologies Used
- Platform: Android (Java)
- Capabilities: Optical character recognition (OCR) for text extraction
- Translation: Multi-language text translation (90+ languages)
- Export: PDF generation and text sharing
How to Install and Run
- Extract the downloaded ZIP file to your working folder.
- Open the project in Android Studio and let Gradle finish syncing.
- Build the project, then run it on an Android emulator or a connected physical device.
- Grant the app camera and storage permissions when prompted so it can scan images and save PDFs.
Demo admin login: username Admin, password Password. (A credentials text file is also included with the source code.)
Who Is This For?
This project is ideal for mobile-development students who need an Android app for a class or final-year project, and for developers who want a ready example of combining OCR, translation, and PDF export in one app. It is also a handy reference for anyone learning how to request permissions and process images on Android.
Download Image to Text Translator App (Free Source Code)

The source code is free for educational use. Please give credit to the original developer and do not use it commercially without permission.
➤ Register or log in to unlock the free download.
Related Projects
- Online Exam Android App with Admin Panel
- Flap the Bird (Android)
- Use Case & Data Flow Diagrams for Capstone Projects
Frequently Asked Questions
How many languages can the app translate into?
It can recognize text in different source languages and translate it into more than 90 target languages.
Can I save or share the translated text?
Yes. You can save the translated text as a PDF file and share it with other apps directly from within the app.
Is the source code free to use for my project?
Yes, it is free for educational use. Register a free account to unlock the download, keep credit to the original developer, and avoid commercial use without permission.