From ff8f91a0893ecba8e5c2211e01fd3cb66e0e8870 Mon Sep 17 00:00:00 2001 From: Yurt Page Date: Tue, 7 May 2024 00:10:15 +0300 Subject: [PATCH 1/2] fastlane: improve description and cleanup short_description.txt: remove mention of Tesseract which is an implementation detail. Instead add "app to recognize texts from images". full_description.txt: Use allowed HTML tags but remove unsupported . Use for captions,
    for lists. Remove non important text for a description: licenses, mention of old version etc. --- .../android/en-US/full_description.txt | 63 +++++++------------ .../android/en-US/short_description.txt | 2 +- 2 files changed, 25 insertions(+), 40 deletions(-) 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: +
      +
    • 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 (Requires changes in settings).
    • +
    • Based on latest Training Data.
    • +
    • 120+ recognizable languages.
    • +
    • 3 Type of data i.e Standard, best, fast. For details see here.
    • +
    • Math recognition and equation detection.
    • +
    • Process images directly from the gallery on your device via the Share menu.
    • +
    + + +Required Permissions: +After downloading the Training data, the app does everything offline on your device. +
      +
    • Internet: Downloading the training data
    • +
    • Access Internet state: To download the training data.
    • +
    • Note: None of your data is sent to anywhere.
    • +
    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 From 107cc457c809c0ede69129232f4454c60e37d17d Mon Sep 17 00:00:00 2001 From: Yurt Page Date: Tue, 7 May 2024 00:23:45 +0300 Subject: [PATCH 2/2] fastlane i18n ru --- .../metadata/android/ru/full_description.txt | 24 +++++++++++++++++++ .../metadata/android/ru/short_description.txt | 1 + 2 files changed, 25 insertions(+) create mode 100644 fastlane/metadata/android/ru/full_description.txt create mode 100644 fastlane/metadata/android/ru/short_description.txt 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. + +🚀 Возможности +
      +
    • Высочайшая точность и быстрый результат.
    • +
    • Извлечь текст из изображений.
    • +
    • Копировать данные в буфер обмена.
    • +
    • Выбрать любую часть данных.
    • +
    • Обработка нескольких языков в одном изображении (требует изменения настроек).
    • +
    • На основе последних обучающих данных.
    • +
    • Более 120 распознаваемых языков.
    • +
    • 3 Типа данных, т.е. Стандартные, наилучшие, быстрые. Подробнее смотрите тут.
    • +
    • Математическое распознавание и определение формул.
    • +
    • Обрабатывайте изображения непосредственно из галереи на вашем устройстве через меню "Поделиться".
    • +
    + + +Необходимые разрешения: +После загрузки обучающих данных приложение выполняет все действия на вашем устройстве в автономном режиме. +
      +
    • Интернет: Загрузка тренировочных данных
    • +
    • Состояние доступа к Интернету: Для загрузки тренировочных данных.
    • +
    • Важно: Ваши данные никуда не отправляются.
    • +
    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