Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/SubhamTyagi/android-ocr

Tesseract based OCR for android
https://github.com/SubhamTyagi/android-ocr

android fdroid foss image-reader math-ocr ocr ocr-android ocr-recognition ocr-text-reader reader tesseract

Last synced: 18 days ago
JSON representation

Tesseract based OCR for android

Awesome Lists containing this project

README

        

# OCR ​ [Get it on F-Droid](https://f-droid.org/packages/io.github.subhamtyagi.ocr/)

An OCR app that can recognize texts on image.

This App is based on Tesseract 5 and its is first app which is based on Tesseract 5. This app is made possible by a library [Tesseract4Android](https://github.com/adaptech-cz/Tesseract4Android).

## 🚀Features

* Extract Text From Images.
* Copy data to Clipboard.
* Select any part of Text.
* Process multiple languages in single image(Required changes in settings).
* Process images directly from the gallery on your device via the share menu.
* Based on latest [Training Data](https://github.com/tesseract-ocr/tessdoc/blob/master/Data-Files.md).
* Recognize 120+ [languages](https://tesseract-ocr.github.io/tessdoc/Data-Files)
* 3 Type of data i.e 'Best', 'fast', 'standard' for more info [see](https://github.com/tesseract-ocr/tessdoc/blob/master/Data-Files.md)
* Recognize Maths/equation detection

### Translate this app on [Weblate](https://hosted.weblate.org/projects/android-ocr).

## Required Permissions

* Internet : Downloading the training data
* Access Internet state: For proper downloading of training data.

## Screenshots

| HOME | SETTING | RESULTS |LANGUAGE|
|:-:|:-:|:-:|:-:|
| ![HOME](fastlane/metadata/android/en-US/images/phoneScreenshots/1.jpg?raw=true "home") | ![RESULT](fastlane/metadata/android/en-US/images/phoneScreenshots/2.jpg?raw=true "RESULT") | ![SETTINGS](fastlane/metadata/android/en-US/images/phoneScreenshots/7.jpg?raw=true "SETTINGS") | ![LANGUAGES](fastlane/metadata/android/en-US/images/phoneScreenshots/8.jpg?raw=true "LANGUAGES") |

## Code Contributors

* Shubham Tyagi
* New UI is designed by [Hannes Gehrold](https://github.com/h4n23s)
* [urlordjames](https://github.com/urlordjames)

## [Icon ](https://github.com/SubhamTyagi/android-ocr/issues/15)

* App icon is designed by [Nucleus-ffm](https://github.com/nucleus-ffm)

- Mastodon: [Nucleus](https://social.tchncs.de/@Nucleus)

* Old App icon was conceptualized by [mondstern](https://mastodon.technology/@mondstern)

- Mastodon: [mondstern](https://mastodon.technology/@mondstern)
- Website : [here](https://www.moooon.de/)



## 📓 Licenses of various Libraries
* Tesseract and Tesseract Data: [Apache 2.0](https://github.com/tesseract-ocr/tesseract/blob/master/LICENSE)
* Tesseract4Android : [Apache 2.0](https://github.com/adaptech-cz/Tesseract4Android/blob/master/LICENSE)
* ImageCropper : [Apache 2.0](https://github.com/ArthurHub/Android-Image-Cropper/blob/master/LICENSE.txt)
* SpinnerDialog: [Apache 2.0](https://github.com/MdFarhanRaja/SearchableSpinner/blob/master/LICENSE)