mirror of
https://github.com/qurator-spk/eynollah.git
synced 2026-05-26 07:39:22 +02:00
utils_ocr: avoid module-level import of TF
This commit is contained in:
parent
f3a93983c0
commit
0836230c6b
2 changed files with 9 additions and 3 deletions
|
|
@ -30,7 +30,7 @@ def test_run_eynollah_ocr_filename(
|
|||
'-o', str(outfile.parent),
|
||||
] + options,
|
||||
[
|
||||
# FIXME: ocr has no logging!
|
||||
'output filename:'
|
||||
]
|
||||
)
|
||||
assert outfile.exists()
|
||||
|
|
@ -57,7 +57,7 @@ def test_run_eynollah_ocr_directory(
|
|||
'-o', str(outdir),
|
||||
],
|
||||
[
|
||||
# FIXME: ocr has no logging!
|
||||
'output filename:'
|
||||
]
|
||||
)
|
||||
assert len(list(outdir.iterdir())) == 2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue