mirror of
https://github.com/qurator-spk/ocrd-galley.git
synced 2025-06-13 08:39:52 +02:00
🐛 Install ImageMagick in core images
OCR-D has been complaining: 16:42:12.171 WARNING ocrd_exif - ImageMagick 'identify' not available, Consider installing ImageMagick for more robust pixel density estimation Fix this by installing imagemagick. Fixes gh-60.
This commit is contained in:
parent
6d44738c0f
commit
7f167ffa6a
3 changed files with 6 additions and 0 deletions
|
@ -18,6 +18,8 @@ RUN echo "APT::Acquire::Retries \"3\";" > /etc/apt/apt.conf.d/80-retries && \
|
||||||
# XML utils
|
# XML utils
|
||||||
libxml2-utils \
|
libxml2-utils \
|
||||||
xmlstarlet \
|
xmlstarlet \
|
||||||
|
# OCR-D uses ImageMagick for pixel density estimation
|
||||||
|
imagemagick \
|
||||||
&& \
|
&& \
|
||||||
apt-get clean && \
|
apt-get clean && \
|
||||||
rm -rf /var/lib/apt/lists/*
|
rm -rf /var/lib/apt/lists/*
|
||||||
|
|
|
@ -18,6 +18,8 @@ RUN echo "APT::Acquire::Retries \"3\";" > /etc/apt/apt.conf.d/80-retries && \
|
||||||
# XML utils
|
# XML utils
|
||||||
libxml2-utils \
|
libxml2-utils \
|
||||||
xmlstarlet \
|
xmlstarlet \
|
||||||
|
# OCR-D uses ImageMagick for pixel density estimation
|
||||||
|
imagemagick \
|
||||||
&& \
|
&& \
|
||||||
apt-get clean && \
|
apt-get clean && \
|
||||||
rm -rf /var/lib/apt/lists/*
|
rm -rf /var/lib/apt/lists/*
|
||||||
|
|
|
@ -18,6 +18,8 @@ RUN echo "APT::Acquire::Retries \"3\";" > /etc/apt/apt.conf.d/80-retries && \
|
||||||
# XML utils
|
# XML utils
|
||||||
libxml2-utils \
|
libxml2-utils \
|
||||||
xmlstarlet \
|
xmlstarlet \
|
||||||
|
# OCR-D uses ImageMagick for pixel density estimation
|
||||||
|
imagemagick \
|
||||||
&& \
|
&& \
|
||||||
apt-get clean && \
|
apt-get clean && \
|
||||||
rm -rf /var/lib/apt/lists/*
|
rm -rf /var/lib/apt/lists/*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue