Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bertsky authored Feb 7, 2022
1 parent d81e8e6 commit 5c974a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocrd_page_to_alto/convert.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ def _convert_textlines(self, reg_alto, reg_page):
self.set_dummy_line_for_region(reg_page)
lines = reg_page.get_TextLine()
if self.textline_order == 'document':
:
pass
elif self.textline_order == 'index':
def by_index(line):
if line.index is None:
Expand Down

0 comments on commit 5c974a1

Please sign in to comment.