mirror of
https://github.com/DS4SD/docling.git
synced 2025-07-30 22:14:37 +00:00
docs(examples): batch conversion doc raises_on_error
Signed-off-by: Clément Doumouro <clement.doumouro@gmail.com>
This commit is contained in:
parent
aa92a57fa9
commit
cda7c5a8be
@ -139,7 +139,7 @@ def main():
|
||||
|
||||
conv_results = doc_converter.convert_all(
|
||||
input_doc_paths,
|
||||
raises_on_error=True, # to let conversion run through all and examine results at the end
|
||||
raises_on_error=False, # to let conversion run through all and examine results at the end
|
||||
)
|
||||
success_count, partial_success_count, failure_count = export_documents(
|
||||
conv_results, output_dir=Path("scratch")
|
||||
|
Loading…
Reference in New Issue
Block a user