Skip to content

Commit 5ca9ce1

Browse files
committed
Tesseract: Install all languages in Docker images
1 parent 3082589 commit 5ca9ce1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile_api

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ RUN apt-get update && \
2727
ca-certificates \
2828
curl \
2929
pngquant \
30-
tesseract-ocr-deu \
30+
tesseract-ocr-* \
3131
ocrmypdf \
3232
libjpeg-dev \
3333
libxml2 \

Dockerfile_cuda

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ RUN apt-get update && \
5757
build-essential \
5858
curl \
5959
pngquant \
60-
tesseract-ocr-deu \
60+
tesseract-ocr-* \
6161
ocrmypdf \
6262
&& apt-get clean \
6363
&& rm -rf /var/lib/apt/lists/*

Dockerfile_metal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ RUN apt-get update && \
4646
libgomp1 \
4747
curl \
4848
build-essential \
49-
tesseract-ocr-deu \
49+
tesseract-ocr-* \
5050
pngquant \
5151
ocrmypdf \
5252
&& apt-get clean \

0 commit comments

Comments
 (0)