1
0
Fork 0
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:
Gerber, Mike 2020-10-16 14:58:17 +02:00
parent 5ed184c8c4
commit f2367ac0c3
2 changed files with 4 additions and 4 deletions

View file

@ -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