mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/ocr.git
synced 2025-07-01 10:00:33 +00:00
Add possibility to use an intermediate dir
This commit is contained in:
@ -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/"
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user