From 3f44673e52ebe4222c38b3f297d7fcff7f384e94 Mon Sep 17 00:00:00 2001 From: jwang Date: Wed, 4 Dec 2019 01:55:03 +0000 Subject: [PATCH] Typo fix in README --- tesseract-ocr/README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/tesseract-ocr/README.md b/tesseract-ocr/README.md index 44a96e6..dc4424f 100644 --- a/tesseract-ocr/README.md +++ b/tesseract-ocr/README.md @@ -53,9 +53,6 @@ Docker Hub. ``` docker run --rm -it --name myapp -e "TESSDATA_PREFIX=/app" -v "$PWD":/app -w /app clearlinux/tesseract-ocr tesseract xxx.tiff stdout --oem 1 ``` - -### Deploy with Kubernetes - ## Build and modify: @@ -67,6 +64,7 @@ modify the container images. ``` git clone https://github.com/clearlinux/dockerfiles.git ``` + 2. Change to the directory of the application: ``` cd tesseract-ocr/ @@ -87,8 +85,8 @@ modify the container images. for more information. ## note: - > The container doesn't include any trained data for language, you need download specific language file from - > https://github.com/tesseract-ocr/tessdata and copy to /usr/share/tessdata, e.g to support English, you need copy eng.traineddata。 + > The container doesn't include any trained data for language. You need download specific language file from + > https://github.com/tesseract-ocr/tessdata and copy to /usr/share/tessdata, e.g to support English, you need copy eng.traineddata. ## Licenses