This is an automated email from the ASF dual-hosted git repository. tballison pushed a commit to branch noto-cjk-fonts in repository https://gitbox.apache.org/repos/asf/tika.git
commit f84aaef0e8895dc90c420fc79e4766785844425c Author: tallison <[email protected]> AuthorDate: Mon Aug 31 15:10:22 2026 -0400 TIKA-4866: include cjk fonts in tika-full docker image --- CHANGES.txt | 5 +++++ tika-grpc/docker-build/Dockerfile | 1 + tika-server/docker-build/full/Dockerfile | 1 + tika-server/docker-build/full/Dockerfile.snapshot | 1 + 4 files changed, 8 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index 3880a79543..871bf19677 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,5 +1,10 @@ Release 4.1.0 - unreleased + * The tika-server full and tika-grpc Docker images install fonts-noto-cjk: + without any CJK face, PDFs using non-embedded CJK fonts render (and OCR) + as .notdef boxes in every renderer, even though the images ship Japanese + tesseract data (TIKA-XXXX). + * tika-server error bodies (the 422/500 exception mapper, /meta/{field}) now honor the exception-reporting policy; /meta/{field} returns the already-formatted container exception instead of re-wrapping it with diff --git a/tika-grpc/docker-build/Dockerfile b/tika-grpc/docker-build/Dockerfile index 73e2a5986d..629612bc68 100644 --- a/tika-grpc/docker-build/Dockerfile +++ b/tika-grpc/docker-build/Dockerfile @@ -43,6 +43,7 @@ RUN set -eux \ xfonts-utils \ fonts-freefont-ttf \ fonts-liberation \ + fonts-noto-cjk \ ttf-mscorefonts-installer \ wget \ cabextract \ diff --git a/tika-server/docker-build/full/Dockerfile b/tika-server/docker-build/full/Dockerfile index 15f9f276ed..7f56837063 100644 --- a/tika-server/docker-build/full/Dockerfile +++ b/tika-server/docker-build/full/Dockerfile @@ -66,6 +66,7 @@ RUN set -eux \ xfonts-utils \ fonts-freefont-ttf \ fonts-liberation \ + fonts-noto-cjk \ ttf-mscorefonts-installer \ wget \ cabextract \ diff --git a/tika-server/docker-build/full/Dockerfile.snapshot b/tika-server/docker-build/full/Dockerfile.snapshot index 0df341cd30..a5a7285624 100644 --- a/tika-server/docker-build/full/Dockerfile.snapshot +++ b/tika-server/docker-build/full/Dockerfile.snapshot @@ -38,6 +38,7 @@ RUN set -eux \ xfonts-utils \ fonts-freefont-ttf \ fonts-liberation \ + fonts-noto-cjk \ ttf-mscorefonts-installer \ wget \ cabextract \
