mirror of
https://github.com/qurator-spk/eynollah.git
synced 2025-06-14 14:49:54 +02:00
undo 3f65934835
This commit is contained in:
parent
3f65934835
commit
47ee128c5a
1 changed files with 4 additions and 4 deletions
|
@ -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__":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue