Tweac diacritic detection: decrease right-side detection window.
This commit is contained in:
parent
fa4e76e256
commit
4f435b3a38
1 changed files with 1 additions and 1 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue