Skip to content

Commit

Permalink
Update Docker-Hub-Description.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Franky1 authored Mar 8, 2024
1 parent d7cabfe commit 4d1c9b2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Docker-Hub-Description.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@
![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.

The sources are pulled from the latest `main` branch and latest `releases` of the [Tesseract OCR](https://github.com/tesseract-ocr/tesseract) project.

GitHub Repository: <https://github.com/Franky1/Tesseract-OCR-5-Docker>

## 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

Expand All @@ -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
Expand Down Expand Up @@ -85,19 +85,19 @@ docker run -it -v ${PWD}/testdata:/tmp \
- Fast integer versions of trained LSTM models <https://github.com/tesseract-ocr/tessdata_fast>
- Best (most accurate) trained LSTM models <https://github.com/tesseract-ocr/tessdata_best>

## Further documentation :link:
## Further documentation 🔗

- GitHub Repository for this Docker Image: <https://github.com/Franky1/Tesseract-OCR-5-Docker>
- Original Tesseract Github Repository: <https://github.com/tesseract-ocr/tesseract>
- Original Tesseract Documentation: <https://tesseract-ocr.github.io/>
- Original Tesseract Manual: <https://tesseract-ocr.github.io/tessdoc/>

## Issues :bug:
## Issues 🐛

If you have any bugs or requests regarding this Docker image, please post an issue in the Github Repository:
<https://github.com/Franky1/Tesseract-OCR-5-Docker>

## 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)
Expand Down

0 comments on commit 4d1c9b2

Please sign in to comment.