Skip to content

Commit 52d44d5

Browse files
committed
Install ImageMagick and TesseractOCR.
1 parent b01ab21 commit 52d44d5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

DOCKER/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ RUN apt-get update -y && \
1111
apt-get -y install gpg && \
1212
apt-get -y install inotify-tools && \
1313
apt-get -y install software-properties-common && \
14-
apt-get -y install openjdk-8-jdk
14+
apt-get -y install openjdk-8-jdk && \
15+
apt-get -y install imagemagick && \
16+
apt-get -y install tesseract-ocr-all
1517

1618
RUN pip install solrpy pysolr
1719
RUN conda install -c conda-cluster apache-maven

0 commit comments

Comments
 (0)