mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/ocr.git
synced 2025-07-06 23:03:18 +00:00
Add back missing author mention
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
FROM debian:buster-slim
|
||||
|
||||
|
||||
LABEL authors="Patrick Jentsch <p.jentsch@uni-bielefeld.de>"
|
||||
LABEL authors="Patrick Jentsch <p.jentsch@uni-bielefeld.de>, Stephan Porada <porada@posteo.de>"
|
||||
|
||||
|
||||
ENV LANG=C.UTF-8
|
||||
|
3
ocr
3
ocr
@ -3,7 +3,8 @@
|
||||
|
||||
"""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'
|
||||
|
||||
from argparse import ArgumentParser
|
||||
|
Reference in New Issue
Block a user