https://github.com/testica/text-scanner
OCR Android app using tesseract
https://github.com/testica/text-scanner
android google-play java ocr-android tesseract
Last synced: 4 months ago
JSON representation
OCR Android app using tesseract
- Host: GitHub
- URL: https://github.com/testica/text-scanner
- Owner: testica
- License: mit
- Created: 2016-11-02T20:38:06.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-05-29T20:49:47.000Z (over 1 year ago)
- Last Synced: 2025-03-24T18:52:24.784Z (10 months ago)
- Topics: android, google-play, java, ocr-android, tesseract
- Language: Java
- Homepage:
- Size: 15.2 MB
- Stars: 87
- Watchers: 7
- Forks: 45
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Text Scanner (OCR) []()
OCR Android App using tesseract
## Features
- Crop
- Rotate
- Binarize
- Recognize Text (English and spanish)
- Search
- Copy to clipboard
## Libraries
- [android-image-cropper](https://github.com/ArthurHub/Android-Image-Cropper): for image cropping.
- [tess-two](https://github.com/rmtheis/tess-two): to recognize text (tesseract) and binarize (leptonica).
- [firebase](https://firebase.google.com/docs/android/setup): to report metrics (for development purpose, you can [remove firebase dependencies](https://github.com/testica/text-scanner/pull/5) or add your own google-services.json).
- [admob](https://developers.google.com/admob/android/quick-start): to show google ads (to pay some bills). Check [PR #8](https://github.com/testica/text-scanner/pull/8) to know more about admob environment.
## Support
- Android 4.0 +
## Planned Features
On [Projects tab](https://github.com/testica/text-scanner/projects/1) you can trace the future possible features and its status.
**Backlog** → a simple idea
**Ready** → idea now is a possible feature waiting to be developed
**In progress** → feature being developed
