mirror of
https://github.com/DS4SD/docling.git
synced 2025-07-27 04:24:45 +00:00
Upgrade lockfile
Signed-off-by: Christoph Auer <cau@zurich.ibm.com>
This commit is contained in:
parent
87fce059ac
commit
e20fce8332
@ -141,6 +141,8 @@ class DocumentConverter:
|
|||||||
start_doc_time = time.time()
|
start_doc_time = time.time()
|
||||||
converted_doc = ConvertedDocument(input=in_doc)
|
converted_doc = ConvertedDocument(input=in_doc)
|
||||||
|
|
||||||
|
_log.info(f"Processing document {in_doc.file.name}")
|
||||||
|
|
||||||
if not in_doc.valid:
|
if not in_doc.valid:
|
||||||
converted_doc.status = ConversionStatus.FAILURE
|
converted_doc.status = ConversionStatus.FAILURE
|
||||||
return converted_doc
|
return converted_doc
|
||||||
|
Loading…
Reference in New Issue
Block a user