Skip to content

Commit

Permalink
partial revert of c606391
Browse files Browse the repository at this point in the history
  • Loading branch information
cneud committed Feb 23, 2024
1 parent 604a908 commit 3f65934
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions eynollah/eynollah/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"-i",
help="image filename",
type=click.Path(exists=True, dir_okay=False),
required=True,
)
@click.option(
"--out",
Expand Down Expand Up @@ -198,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__":
Expand Down

0 comments on commit 3f65934

Please sign in to comment.