Add possibility to use an intermediate dir

This commit is contained in:
Patrick Jentsch
2020-09-22 17:44:32 +02:00
parent 6d90d43699
commit ac4b5c2fd8
3 changed files with 184 additions and 156 deletions

View File

@ -76,8 +76,10 @@ RUN chmod 644 /usr/local/share/tessdata/*.traineddata
## Install Pipeline ##
RUN apt-get install -y --no-install-recommends \
ghostscript \
python-pip \
python3.7 \
zip
zip \
&& pip install natsort
COPY "hocrtotei" "ocr" "/usr/local/bin/"