From 49db2368992757ec074c3901f9e2f0953eece3bd Mon Sep 17 00:00:00 2001 From: Andrey Golovizin Date: Mon, 25 Aug 2014 16:56:09 +0200 Subject: [PATCH] Glyph.detect_diacritic(): adjust apostrophe window. --- pixelocr/page.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pixelocr/page.py b/pixelocr/page.py index 4ee5270..72037a3 100644 --- a/pixelocr/page.py +++ b/pixelocr/page.py @@ -220,7 +220,7 @@ class Glyph(PageObject): self.right - 5, self.top - 5, self.right + 5, - self.top + 5, + self.top + 10, ) and glyph.height > 3: return True