Increase detection window for above-letter diacritics.
This commit is contained in:
parent
a56fa55709
commit
cb25753a75
1 changed files with 1 additions and 1 deletions
|
|
@ -255,7 +255,7 @@ class Glyph(PageObject):
|
||||||
self.left - 3,
|
self.left - 3,
|
||||||
self.top - 10,
|
self.top - 10,
|
||||||
self.right + 3,
|
self.right + 3,
|
||||||
self.top + 3,
|
self.top + 10,
|
||||||
):
|
):
|
||||||
return True
|
return True
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue