diff --git a/pixelocr/page.py b/pixelocr/page.py index 0133d12..fdf6b53 100644 --- a/pixelocr/page.py +++ b/pixelocr/page.py @@ -267,7 +267,7 @@ class Glyph(PageObject): if glyph.fits( self.right - 5, self.top - 5, - self.right + 5, + self.right + 7, self.top + 10, ) and glyph.height > 3 and self.optical_distance(glyph) < 4: return True