Skip to content

Commit

Permalink
download eng.traineddata
Browse files Browse the repository at this point in the history
  • Loading branch information
Tentacule committed Oct 2, 2023
1 parent cceb247 commit 9ef34c1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ RUN apt-get -y update && \
make \
pkg-config \
wget \
libc6-dev && \
mkdir tessdata && \
libc6-dev

RUN mkdir tessdata && \
wget https://github.com/tesseract-ocr/tessdata/raw/main/${LANGUAGE}.traineddata -O ./tessdata/eng.traineddata

COPY ./tessdata/${LANGUAGE}.traineddata /tessdata/
Expand Down

0 comments on commit 9ef34c1

Please sign in to comment.