Add CJK fonts

Add noto cjk font for the better CJK support
Without this fonts, some characters in documnets are rendered as "tofu"
This commit is contained in:
Moon Sungjoon 2023-06-26 18:22:25 +09:00
parent 2cb8c16261
commit d91d4ab913

View file

@ -15,7 +15,7 @@ RUN apk --no-cache -U upgrade && \
python3 \
py3-magic \
tesseract-ocr \
openjdk17-jre-headless
font-noto-cjk
# Download the trained models from the latest GitHub release of Tesseract, and
# store them under /usr/share/tessdata. This is basically what distro packages