From e20fce8332bc28458053788949d0f87db4f37232 Mon Sep 17 00:00:00 2001 From: Christoph Auer Date: Thu, 22 Aug 2024 13:34:52 +0200 Subject: [PATCH] Upgrade lockfile Signed-off-by: Christoph Auer --- docling/document_converter.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docling/document_converter.py b/docling/document_converter.py index 71c42ee8..8b1b0e15 100644 --- a/docling/document_converter.py +++ b/docling/document_converter.py @@ -141,6 +141,8 @@ class DocumentConverter: start_doc_time = time.time() converted_doc = ConvertedDocument(input=in_doc) + _log.info(f"Processing document {in_doc.file.name}") + if not in_doc.valid: converted_doc.status = ConversionStatus.FAILURE return converted_doc