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:
parent
decaa7b69f
commit
f75426060e
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue