pull/130/merge
Pushkar Nimkar 2021-10-03 05:35:39 -07:00 committed by GitHub
commit 973299bed5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ class TextEdges(object):
rows.
"""
for tl in textlines:
if len(tl.get_text().strip()) > 1: # TODO: hacky
if len(tl.get_text().strip()) >= 1: # TODO: hacky
self.update(tl)
def get_relevant(self):