Skip to content

Commit

Permalink
clean examples
Browse files Browse the repository at this point in the history
Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>
  • Loading branch information
dolfim-ibm committed Oct 30, 2024
1 parent 4dfa7e6 commit e5b177e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions docs/examples/run_with_formats.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,6 @@ def main():
)
)

# initialize the pipeline for PDF. This will also download the required models.
print("Doing initialize for PDF")
doc_converter.initialize_pipeline(InputFormat.PDF)

# convert the documents
print("Converting documents")
conv_results = doc_converter.convert_all(input_paths)

for res in conv_results:
Expand Down

0 comments on commit e5b177e

Please sign in to comment.