OCR
OCR based on Tesseract 5
io.github.subhamtyagi.ocr
About OCR
# OCR
An Android OCR app based on Tesseract that can recognize texts on images.
This app is now based(Since v3.0) on <a href="https://github.com/tesseract-ocr/tesseract/blob/master/README.md">Tesseract 5 </a> and the first of android app which is based on Tesseract 5.
###After downloading the Training data, the app does everything offline on your device.
Translate this app on [Hosted Weblate](https://hosted.weblate.org/projects/android-ocr).
๐ <font color="#2467d6"><b>Features</b></font>
* Highest accuracy and fastest result.
* Extract text from images.
* Copy data to clipboard.
* Select any part of the data.
* Process multiple languages in single image(Required changes in settings).
* Based on latest <a href="https://github.com/tesseract-ocr/tessdoc/blob/master/Data-Files.md">Training Data</a>.
* 120+ recognized <a href="https://tesseract-ocr.github.io/tessdoc/Data-Files">languages</a>.
* 3 Type of data i.e <a href="https://github.com/tesseract-ocr/tessdata">Standard</a>, <a href="https://github.com/tesseract-ocr/tessdata_best">best</a>, <a href="https://github.com/tesseract-ocr/tessdata_fast">fast</a> for more info <a href="https://github.com/tesseract-ocr/tessdoc/blob/master/Data-Files.md">click here</a>.
* Math recognition/equation detection(Not Tested yet).
* Process images directly from the gallery on your device via the share menu.
<font color="#2467d6"><b>Required Permissions</b></font>
* Internet: Downloading the training data
* Access Internet state: To download the training data.
* Note: None of your data is sent to anywhere.
๐ <font color="#2467d6"><b>License</b></font>
* Tesseract and Tesseract Data: <a href="https://github.com/tesseract-ocr/tesseract/blob/master/LICENSE">Apache 2.0</a>.
* Tesseract4Android: <a href="https://github.com/adaptech-cz/Tesseract4Android/blob/master/LICENSE">Apache 2.0</a>.
* ImageCropper: <a href="https://github.com/ArthurHub/Android-Image-Cropper/blob/master/LICENSE.txt">Apache 2.0</a>.
* SpinnerDialog: <a href="