Skip to content

Commit

Permalink
Add traditional chinese to tesseract (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall authored Mar 6, 2025
1 parent df184a2 commit 989e5a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/tesseract/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ RUN --mount=type=bind,from=leptonica,source=/packages,target=/packages \
tesseract-ocr-data-deu=="${TESSERACT_VERSION}" \
tesseract-ocr-data-jpn=="${TESSERACT_VERSION}" \
tesseract-ocr-data-rus=="${TESSERACT_VERSION}" \
tesseract-ocr-data-chi_tra=="${TESSERACT_VERSION}" \
poppler-utils=="${POPPLER_VERSION}"

COPY scyllaridae.yml /app/scyllaridae.yml

0 comments on commit 989e5a7

Please sign in to comment.