Remove mistakenly added broken code.
This commit is contained in:
parent
53b27ee883
commit
2b71b52174
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ class Page(PageObject):
|
|||
@cached_property
|
||||
@collect_iterable
|
||||
def lines(self):
|
||||
for line_img in self.image._iter_lines(min_space=2, min_height=10):
|
||||
for line_img in self.image._iter_lines(min_space=2):
|
||||
yield Line(line_img)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue