diff --git a/camelot/parsers/stream.py b/camelot/parsers/stream.py index 00f7b919..e3d405ed 100644 --- a/camelot/parsers/stream.py +++ b/camelot/parsers/stream.py @@ -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)