mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/ocr.git
synced 2025-01-14 17:20:34 +00:00
Compare commits
No commits in common. "104598039ec15398165c06505671f4cdbe1aa82d" and "613bceb4ff32040be7829e6601ccbd4dd340f26c" have entirely different histories.
104598039e
...
613bceb4ff
@ -1,7 +1,7 @@
|
|||||||
FROM debian:buster-slim
|
FROM debian:buster-slim
|
||||||
|
|
||||||
|
|
||||||
LABEL authors="Patrick Jentsch <p.jentsch@uni-bielefeld.de>, Stephan Porada <porada@posteo.de>"
|
LABEL authors="Patrick Jentsch <p.jentsch@uni-bielefeld.de>"
|
||||||
|
|
||||||
|
|
||||||
ENV LANG=C.UTF-8
|
ENV LANG=C.UTF-8
|
||||||
@ -91,12 +91,12 @@ RUN apt-get install --no-install-recommends --yes \
|
|||||||
&& pip install natsort
|
&& pip install natsort
|
||||||
|
|
||||||
|
|
||||||
|
RUN rm -r /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
|
||||||
## Install Pipeline ##
|
## Install Pipeline ##
|
||||||
COPY hocrtotei ocr /usr/local/bin/
|
COPY hocrtotei ocr /usr/local/bin/
|
||||||
|
|
||||||
|
|
||||||
RUN rm -r /var/lib/apt/lists/*
|
|
||||||
|
|
||||||
|
|
||||||
ENTRYPOINT ["ocr"]
|
ENTRYPOINT ["ocr"]
|
||||||
CMD ["--help"]
|
CMD ["--help"]
|
||||||
|
3
ocr
3
ocr
@ -3,8 +3,7 @@
|
|||||||
|
|
||||||
"""An OCR pipeline for PDF file processing."""
|
"""An OCR pipeline for PDF file processing."""
|
||||||
|
|
||||||
__author__ = 'Patrick Jentsch <p.jentsch@uni-bielefeld.de>,' \
|
__author__ = 'Patrick Jentsch <p.jentsch@uni-bielefeld.de>'
|
||||||
'Stephan Porada <porada@posteo.de>'
|
|
||||||
__version__ = '1.0.0'
|
__version__ = '1.0.0'
|
||||||
|
|
||||||
from argparse import ArgumentParser
|
from argparse import ArgumentParser
|
||||||
|
Loading…
x
Reference in New Issue
Block a user