1
0
Fork 0
mirror of https://github.com/mikegerber/ocrd_calamari.git synced 2025-06-10 04:09:53 +02:00

🧹 Remove debugging print

This commit is contained in:
Gerber, Mike 2020-02-03 14:03:28 +01:00
parent decaa7b69f
commit f75426060e

View file

@ -106,7 +106,6 @@ class CalamariRecognize(Processor):
word_no = 0
i = 0
for word_text in uniseg.wordbreak.words(prediction.sentence):
print(word_text)
word_length = len(word_text)
do_not_include = all(unwanted(c) for c in word_text)