This commit is contained in:
Patrick Jentsch 2019-06-02 21:41:33 +02:00
parent 95adc4d804
commit a433aea3e6

View File

@ -56,7 +56,7 @@ RUN echo "deb https://notesalexp.org/tesseract-ocr/stretch/ stretch main" >> /et
COPY hocrtotei /usr/local/bin
COPY ocr /usr/local/bin
mkdir /input /output
chmod a+rw /input /output
RUN mkdir /input /output && \
chmod a+rw /input /output
ENTRYPOINT ["ocr"]