Decrease minimal line interval.
This commit is contained in:
parent
dd847b4e98
commit
7c6faa6acd
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ class Page(PageObject):
|
||||||
@cached_property
|
@cached_property
|
||||||
@collect_iterable
|
@collect_iterable
|
||||||
def lines(self):
|
def lines(self):
|
||||||
for line_img in self.image._iter_lines(min_space=5):
|
for line_img in self.image._iter_lines(min_space=2):
|
||||||
yield Line(line_img)
|
yield Line(line_img)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue