Skip to content

Commit ce61348

Browse files
committed
Install tesseract and its extras
1 parent 5076517 commit ce61348

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ ARG PYTHON_VERSION="3.12"
1111

1212
USER root
1313

14-
RUN apk add --no-cache mesa-gl glib shadow \
14+
RUN apk add --no-cache mesa-gl glib shadow tesseract-ocr \
15+
tesseract-ocr-data-eng tesseract-ocr-data-kor \
1516
&& useradd -m -u ${NB_UID} -s /bin/sh ${NB_USER}
1617
RUN chown -R ${NB_USER}:${NB_USER} ${HOME}
1718

0 commit comments

Comments
 (0)