From 47ee128c5abd6411467a031de4cd25ac75b1adc3 Mon Sep 17 00:00:00 2001 From: cneud <952378+cneud@users.noreply.github.com> Date: Sat, 24 Feb 2024 01:17:23 +0100 Subject: [PATCH] undo https://github.com/qurator-spk/eynollah/commit/3f659348359c10cd804cfde1974b5be1672d6ad6 --- eynollah/eynollah/cli.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/eynollah/eynollah/cli.py b/eynollah/eynollah/cli.py index fe7f878..9cc9e49 100644 --- a/eynollah/eynollah/cli.py +++ b/eynollah/eynollah/cli.py @@ -10,7 +10,7 @@ from eynollah.eynollah.eynollah import Eynollah "-i", help="image filename", type=click.Path(exists=True, dir_okay=False), - required=True, + # required=True, ) @click.option( "--out", @@ -199,9 +199,9 @@ def main( light_version=light_version, ignore_page_extraction=ignore_page_extraction, ) - # eynollah.run() - pcgts = eynollah.run() - eynollah.writer.write_pagexml(pcgts) + eynollah.run() + # pcgts = eynollah.run() + # eynollah.writer.write_pagexml(pcgts) if __name__ == "__main__":