Skip to content

Commit 2bd52a0

Browse files
authored
TIKA-4866: include cjk fonts in tika-full docker image (#3111)
1 parent 7025740 commit 2bd52a0

4 files changed

Lines changed: 8 additions & 0 deletions

File tree

CHANGES.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
Release 4.1.0 - unreleased
22

3+
* The tika-server full and tika-grpc Docker images install fonts-noto-cjk:
4+
without any CJK face, PDFs using non-embedded CJK fonts render (and OCR)
5+
as .notdef boxes in every renderer, even though the images ship Japanese
6+
tesseract data (TIKA-4866).
7+
38
* The default plugins directory is resolved against the install layout
49
(next to the jar, or next to its lib/ directory) and always as an
510
absolute path, shared by tika-server, PipesForkParser and the async

tika-grpc/docker-build/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ RUN set -eux \
4343
xfonts-utils \
4444
fonts-freefont-ttf \
4545
fonts-liberation \
46+
fonts-noto-cjk \
4647
ttf-mscorefonts-installer \
4748
wget \
4849
cabextract \

tika-server/docker-build/full/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ RUN set -eux \
6666
xfonts-utils \
6767
fonts-freefont-ttf \
6868
fonts-liberation \
69+
fonts-noto-cjk \
6970
ttf-mscorefonts-installer \
7071
wget \
7172
cabextract \

tika-server/docker-build/full/Dockerfile.snapshot

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ RUN set -eux \
3838
xfonts-utils \
3939
fonts-freefont-ttf \
4040
fonts-liberation \
41+
fonts-noto-cjk \
4142
ttf-mscorefonts-installer \
4243
wget \
4344
cabextract \

0 commit comments

Comments
 (0)