Some renaming and cleanup.

This commit is contained in:
Patrick Jentsch
2019-03-10 20:59:30 +01:00
parent 8840217829
commit 26757eda03
3 changed files with 10 additions and 12 deletions

View File

@ -55,9 +55,7 @@ RUN echo "deb https://notesalexp.org/tesseract-ocr/stretch/ stretch main" >> /et
wget -nv https://github.com/tesseract-ocr/tessdata_best/raw/master/por.traineddata -P /usr/share/tesseract-ocr/4.00/tessdata && \
wget -nv https://github.com/tesseract-ocr/tessdata_best/raw/master/spa.traineddata -P /usr/share/tesseract-ocr/4.00/tessdata
RUN mkdir files_for_ocr files_from_ocr
COPY ocr_pyflow /usr/local/bin
COPY parse_hocr /usr/local/bin
COPY ocr /usr/local/bin
COPY hocr2tei /usr/local/bin
CMD ["/bin/bash"]