diff --git a/Docker-Hub-Description.md b/Docker-Hub-Description.md index a2119a4..9fea422 100644 --- a/Docker-Hub-Description.md +++ b/Docker-Hub-Description.md @@ -4,7 +4,7 @@ ![Docker](https://img.shields.io/docker/v/franky1/tesseract?logo=docker) ![Docker](https://img.shields.io/docker/v/franky1/tesseract?sort=semver&logo=docker) -# Tesseract OCR :scroll: +# Tesseract OCR 📜 Docker Image with latest Tesseract OCR Version 5.x.x built from sources. @@ -12,13 +12,13 @@ The sources are pulled from the latest `main` branch and latest `releases` of th GitHub Repository: -## Tags +## Tags 🏷️ `latest` : Whenever there is a change in the sources, the `main` branch is pulled and the image is rebuilt. Changes are checked on a daily basis. `5.x.x` : Whenever there is a new release of Tesseract OCR 5.x.x., the sources from this release are pulled and the image is built and tagged accordingly. Checking for new releases is done on a daily basis. -## Usage :hammer_and_wrench: +## Usage 🛠️ ### Pull Docker Image @@ -43,7 +43,7 @@ docker run -it -v ${PWD}/testdata:/tmp --rm franky1/tesseract \ For the Tesseract command line options, please refer to the [Tesseract Manual](https://tesseract-ocr.github.io/tessdoc/) -### Mount more languages :speaking_head: +### Mount more languages 🗣️ ```text see GitHub Repository for better understanding of the steps below @@ -85,19 +85,19 @@ docker run -it -v ${PWD}/testdata:/tmp \ - Fast integer versions of trained LSTM models - Best (most accurate) trained LSTM models -## Further documentation :link: +## Further documentation 🔗 - GitHub Repository for this Docker Image: - Original Tesseract Github Repository: - Original Tesseract Documentation: - Original Tesseract Manual: -## Issues :bug: +## Issues 🐛 If you have any bugs or requests regarding this Docker image, please post an issue in the Github Repository: -## Project status :heavy_check_mark: +## Project status ✔️ ```text 22.03.2022: Docker Image is ready for usage, still some slight improvements possible (see GitHub Repo)