Skip to content
This repository was archived by the owner on Apr 11, 2025. It is now read-only.

Commit 6aebaaa

Browse files
committed
Remove old comment
1 parent 36d868e commit 6aebaaa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

camelot/parsers/stream.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ def _nurminen_table_detection(self, textlines):
8686
Assumes that tables are situated relatively far apart
8787
vertically.
8888
"""
89-
# TODO: add support for arabic text #141
9089
# sort textlines in reading order
9190
textlines.sort(key=lambda x: (-x.y0, x.x0))
9291
textedges = TextEdges(edge_tol=self.edge_tol)

0 commit comments

Comments
 (0)