| Strings Words Characters | |||
|---|---|---|---|
| 19 877 6,405 |
|
All strings | Browse Translate Zen |
| 2 6 27 |
|
Translated strings | Browse Translate Zen |
| 17 871 6,378 |
|
Unfinished strings | Browse Translate Zen |
| 17 871 6,378 |
|
Untranslated strings | Browse Translate Zen |
| 1 223 2,298 |
|
Strings with suggestions | Browse Translate Zen |
| 16 648 4,080 |
|
Unfinished strings without suggestions | Browse Translate Zen |
| Component | Translated | Unfinished | Unfinished words | Unfinished characters | Untranslated | Checks | Suggestions | Comments | |
|---|---|---|---|---|---|---|---|---|---|
| Glossary Android Ocr Glossary Apache-2.0 | 0% | 1 | 1 | 22 | 1 | 0 | 0 | 0 | |
| store data Apache-2.0 | 11% | 16 | 870 | 6,356 | 16 | 0 | 1 | 0 | |
Summary
| Project website | github.com/SubhamTyagi/android-ocr | |
|---|---|---|
| Project maintainers1 |
|
|
| Language | Arabic (Saudi Arabia) | |
| Language code | ar_SA | |
| Text direction | Right to left | |
| Case sensitivity | Case-insensitive | |
| Number of speakers | 36,544,400 | |
05/28/2026
String statistics
| Strings percent | Hosted strings | Words percent | Hosted words | Characters percent | Hosted characters | |
|---|---|---|---|---|---|---|
| Total | 19 | 877 | 6,405 | |||
| Translated | 10% | 2 | 1% | 6 | 1% | 27 |
| Needs editing | 0% | 0 | 0% | 0 | 0% | 0 |
| Read-only | 0% | 0 | 0% | 0 | 0% | 0 |
| Failing checks | 0% | 0 | 0% | 0 | 0% | 0 |
| Strings with suggestions | 5% | 1 | 25% | 223 | 35% | 2,298 |
| Untranslated strings | 89% | 17 | 99% | 871 | 99% | 6,378 |
Quick numbers
and previous 30 days
Trends of last 30 days
—
Hosted words
+100%
—
Hosted strings
+100%
—
Translated
+10%
—
Contributors
—
anonymous
Suggestion added |
|
None
Changes committed |
Changes committed
03/10/2025
|
|
Translation added |
|
|
Translation added |
|
|
Contributor joined |
Contributor joined
03/10/2025
|
None
Resource updated |
The “
fastlane/metadata/android/en-US” file was changed.
03/08/2025
|
None
String added in the repository |
|
None
Resource updated |
The “
fastlane/metadata/android/en-US” file was changed.
02/22/2025
|
None
Resource updated |
The “
fastlane/metadata/android/en-US” file was changed.
09/15/2024
|
None
String added in the repository |
|
anonymous
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="https://github.com/MdFarhanRaja/SearchableSpinner/blob/master/LICENSE">[Apache 2.0</a>
Made possible by the <a href="https://github.com/adaptech-cz/Tesseract4Android">Tesseract4Android</a> library.
If you want to use Tesseract 4 based version, you can use the old version of this app(Before v3.0)