mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-05-04 20:51:49 +02:00
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:
parent
2cb8c16261
commit
d91d4ab913
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue