From 44c759f7c28e59662ba3701e627723b8a5e4499f Mon Sep 17 00:00:00 2001 From: Patrick Jentsch Date: Sun, 10 Mar 2019 21:04:14 +0100 Subject: [PATCH] Fix spelling. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0fd3d6c..e6764d3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -56,6 +56,6 @@ RUN echo "deb https://notesalexp.org/tesseract-ocr/stretch/ stretch main" >> /et wget -nv https://github.com/tesseract-ocr/tessdata_best/raw/master/spa.traineddata -P /usr/share/tesseract-ocr/4.00/tessdata COPY ocr /usr/local/bin -COPY hocr2tei /usr/local/bin +COPY hocrtotei /usr/local/bin CMD ["/bin/bash"] \ No newline at end of file