mirror of
https://github.com/DS4SD/docling.git
synced 2025-12-08 12:48:28 +00:00
Show converted page count in PaginatedPipeline debug statement
This commit is contained in:
@@ -188,7 +188,7 @@ class PaginatedPipeline(BasePipeline): # TODO this is a bad name.
|
||||
break
|
||||
|
||||
_log.debug(
|
||||
f"Finished converting page batch time={end_batch_time:.3f}"
|
||||
f"Finished converting pages {len(page_batch)}/{len(conv_res.pages)} time={end_batch_time:.3f}"
|
||||
)
|
||||
|
||||
except Exception as e:
|
||||
|
||||
Reference in New Issue
Block a user