diff --git a/fastlane/metadata/android/en-US/full_description.txt b/fastlane/metadata/android/en-US/full_description.txt index a6ed5915..2aba1426 100644 --- a/fastlane/metadata/android/en-US/full_description.txt +++ b/fastlane/metadata/android/en-US/full_description.txt @@ -1,39 +1,24 @@ -# OCR - -An Android OCR app based on Tesseract that can recognize texts on images. - -This app is now based(Since v3.0) on Tesseract 5 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). - -🚀 Features -* 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 Training Data. -* 120+ recognized languages. -* 3 Type of data i.e Standard, best, fast for more info click here. -* Math recognition/equation detection(Not Tested yet). -* Process images directly from the gallery on your device via the share menu. - - - Required Permissions - -* Internet: Downloading the training data -* Access Internet state: To download the training data. -* Note: None of your data is sent to anywhere. - -📓 License - -* Tesseract and Tesseract Data: Apache 2.0. -* Tesseract4Android: Apache 2.0. -* ImageCropper: Apache 2.0. -* SpinnerDialog: [Apache 2.0 - -Made possible by the Tesseract4Android library. - -If you want to use Tesseract 4 based version, you can use the old version of this app(Before v3.0) \ No newline at end of file +An OCR app to recognize texts from images based on Tesseract. + +🚀 Features: + + + +Required Permissions: +After downloading the Training data, the app does everything offline on your device. + diff --git a/fastlane/metadata/android/en-US/short_description.txt b/fastlane/metadata/android/en-US/short_description.txt index 2c40bfde..edfdcc5d 100644 --- a/fastlane/metadata/android/en-US/short_description.txt +++ b/fastlane/metadata/android/en-US/short_description.txt @@ -1 +1 @@ -OCR based on Tesseract 5 +An OCR app to recognize texts from images \ No newline at end of file diff --git a/fastlane/metadata/android/ru/full_description.txt b/fastlane/metadata/android/ru/full_description.txt new file mode 100644 index 00000000..dee3b794 --- /dev/null +++ b/fastlane/metadata/android/ru/full_description.txt @@ -0,0 +1,24 @@ +OCR-приложение для распознавания текстов с изображений на основе Tesseract. + +🚀 Возможности + + + +Необходимые разрешения: +После загрузки обучающих данных приложение выполняет все действия на вашем устройстве в автономном режиме. + diff --git a/fastlane/metadata/android/ru/short_description.txt b/fastlane/metadata/android/ru/short_description.txt new file mode 100644 index 00000000..77b954ef --- /dev/null +++ b/fastlane/metadata/android/ru/short_description.txt @@ -0,0 +1 @@ +OCR-приложение для распознавания текстов по изображениям \ No newline at end of file