Skip to content

Commit

Permalink
♻️ revert tesseract best changes to dockerfile
Browse files Browse the repository at this point in the history
this change belongs in the knapsack directory instead
  • Loading branch information
ShanaLMoore committed Oct 3, 2023
1 parent 5feb7f4 commit e568fbd
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,6 @@ RUN wget https://github.com/ImageMagick/ImageMagick/archive/refs/tags/7.1.0-57.t
&& rm -rf ImageMagick* \
&& rm -rf /var/cache/apk/*

# Install "best" training data for Tesseract
RUN echo "📚 Installing Tesseract Best (training data)!" && \
cd /usr/share/tessdata/ && \
wget https://github.com/tesseract-ocr/tessdata_best/blob/main/eng.traineddata?raw=true -O eng_best.traineddata

ARG VIPS_VERSION=8.11.3

RUN set -x -o pipefail \
Expand Down

0 comments on commit e568fbd

Please sign in to comment.