Skip to content

Commit

Permalink
Remove old comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bosd committed Nov 5, 2024
1 parent 36d868e commit 6aebaaa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion camelot/parsers/stream.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ def _nurminen_table_detection(self, textlines):
Assumes that tables are situated relatively far apart
vertically.
"""
# TODO: add support for arabic text #141
# sort textlines in reading order
textlines.sort(key=lambda x: (-x.y0, x.x0))
textedges = TextEdges(edge_tol=self.edge_tol)
Expand Down

0 comments on commit 6aebaaa

Please sign in to comment.