Tweac diacritic detection: decrease right-side detection window.

This commit is contained in:
Andrey Golovizin 2014-08-25 14:04:09 +02:00
parent fa4e76e256
commit 4f435b3a38

View file

@ -179,7 +179,7 @@ class Line(PageObject):
class Glyph(PageObject):
DIACRITIC_WINDOW_LEFT = 3
DIACRITIC_WINDOW_RIGHT = 5
DIACRITIC_WINDOW_RIGHT = 3
DIACRITIC_MIN_ELEVATION = 5
def __init__(self, image, elevation):