Remove another f-string
parent
9eb4f65fc9
commit
15d99b1d00
|
|
@ -411,8 +411,6 @@ class TextNetworks(TextAlignments):
|
||||||
del tls_search_space[i]
|
del tls_search_space[i]
|
||||||
if len(tls_in_bbox) > MINIMUM_TEXTLINES_IN_TABLE:
|
if len(tls_in_bbox) > MINIMUM_TEXTLINES_IN_TABLE:
|
||||||
return bbox
|
return bbox
|
||||||
else:
|
|
||||||
print(f"Only {len(tls_in_bbox)}, that's not enough.")
|
|
||||||
return None
|
return None
|
||||||
|
|
||||||
def generate(self, textlines):
|
def generate(self, textlines):
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue