From da29659a9b37c95a4cc113a8e2cfd8e49245d51a Mon Sep 17 00:00:00 2001
From: Patrick Jentsch
Date: Wed, 24 Feb 2021 15:17:42 +0100
Subject: [PATCH] Add back missing author mention
---
Dockerfile | 2 +-
ocr | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/Dockerfile b/Dockerfile
index f42246f..e9c2fa1 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,7 +1,7 @@
FROM debian:buster-slim
-LABEL authors="Patrick Jentsch "
+LABEL authors="Patrick Jentsch , Stephan Porada "
ENV LANG=C.UTF-8
diff --git a/ocr b/ocr
index 9c7f64b..f17ae78 100755
--- a/ocr
+++ b/ocr
@@ -3,7 +3,8 @@
"""An OCR pipeline for PDF file processing."""
-__author__ = 'Patrick Jentsch '
+__author__ = 'Patrick Jentsch ,' \
+ 'Stephan Porada '
__version__ = '1.0.0'
from argparse import ArgumentParser