Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deveshrx/text-master-ocr
Optical character recognition for Android
https://github.com/deveshrx/text-master-ocr
android ocr-recognition
Last synced: about 4 hours ago
JSON representation
Optical character recognition for Android
- Host: GitHub
- URL: https://github.com/deveshrx/text-master-ocr
- Owner: DeveshRx
- License: mit
- Created: 2022-08-17T05:32:44.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-07T06:32:21.000Z (10 months ago)
- Last Synced: 2024-02-07T07:29:36.063Z (10 months ago)
- Topics: android, ocr-recognition
- Language: Java
- Homepage: https://play.google.com/store/apps/details?id=devesh.app.ocr
- Size: 64.1 MB
- Stars: 25
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
![Text Master Icon](https://deveshrx.github.io/Text-Master-OCR/pics/Play-Store-GraphicsSS-1.png)
# Text Master
Text Master is Optical Character Recognition powered by Powerful Machine Learning & AI technology.
it automatically recognize the characters from an image/camera and Scan Printed Text to convert it into Digital Text with 99% accuracy.## Features:
✅ Scan text from images by using phone's camera.
✅ Powered by Machine Learning & AI.
✅ Supports Multiple Languages, 100+ languages supported.
✅ Highly Accurate with 99% accuracy result.
✅ Share scanned text with clipboard, friends, messengers or other app.## Download
[![download](https://deveshrx.github.io/Text-Master-OCR/pics/google-play-badge.png)](https://play.google.com/store/apps/details?id=devesh.app.ocr)
[![download](https://deveshrx.github.io/Text-Master-OCR/pics/galaxy_store.png)](https://galaxy.store/tmocr)
[![download](https://deveshrx.github.io/Text-Master-OCR/pics/amazon_app_store.png)](https://www.amazon.com/gp/product/B0BB3BJ75K)## Screenshots
![Screenshots](https://deveshrx.github.io/Text-Master-OCR/pics/Play-Store-GraphicsSS-6.png)
![Screenshots](https://deveshrx.github.io/Text-Master-OCR/pics/Play-Store-GraphicsSS-7.png)![Screenshots](https://deveshrx.github.io/Text-Master-OCR/pics/Play-Store-GraphicsSS-2.png)
![Screenshots](https://deveshrx.github.io/Text-Master-OCR/pics/Play-Store-GraphicsSS-3.png)
![Screenshots](https://deveshrx.github.io/Text-Master-OCR/pics/Play-Store-GraphicsSS-4.png)
![Screenshots](https://deveshrx.github.io/Text-Master-OCR/pics/Play-Store-GraphicsSS-5.png)
![Screenshots](https://deveshrx.github.io/Text-Master-OCR/pics/Play-Store-GraphicsSS-1.png)-----
## Build Instructions1) Step Android Development Environment & Install Android Studio [https://developer.android.com/guide](https://developer.android.com/guide)
2) Rename file `app.env.sample` to `app.env`, located in the project root directory. Open the file & Add your api keys in it.
3) Download `google-services.json` file from Your [Firebase Console](https://console.firebase.google.com/). Learn More at [https://firebase.google.com/docs/android/setup](https://firebase.google.com/docs/android/setup)
4) Copy-Paste `google-services.json` file into `/app` folder.
5) Now open the project in Android Studio & Debug :) .