mirror of
https://github.com/qurator-spk/dinglehopper.git
synced 2025-09-13 18:59:57 +02:00
🐛 Fix OCR-D CLI for newest OCR-D
Now that find_files() is a generator, we can't use [0] to get the file.
This commit is contained in:
parent
5ed184c8c4
commit
f2367ac0c3
2 changed files with 4 additions and 4 deletions
|
@ -5,7 +5,7 @@ uniseg
|
|||
numpy
|
||||
colorama
|
||||
MarkupSafe
|
||||
ocrd >= 2.13.1
|
||||
ocrd >= 2.18.0
|
||||
attrs
|
||||
multimethod == 1.3 # latest version to officially support Python 3.5
|
||||
tqdm
|
||||
tqdm
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue