📝 unwanted()

fix/readme-no-checkpoint
Gerber, Mike 4 years ago
parent 91cca1e1b8
commit 3149e1d9e0

@ -106,6 +106,11 @@ class CalamariRecognize(Processor):
# a strict hierarchy of lines > words > glyphs.
def unwanted(c):
"""
Define unwanted characters
Words only containing these e.g. whitespace characters are not considered as words.
"""
return c == " "
word_no = 0

Loading…
Cancel
Save