From 5cd0fdd258e7230f427caf79858cdf24bb7e50cf Mon Sep 17 00:00:00 2001 From: Christoph Auer Date: Wed, 26 Feb 2025 12:48:14 +0100 Subject: [PATCH] chore: more cleanup Signed-off-by: Christoph Auer --- docs/examples/minimal_vlm_pipeline.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/docs/examples/minimal_vlm_pipeline.py b/docs/examples/minimal_vlm_pipeline.py index 424df9cb..948ecc64 100644 --- a/docs/examples/minimal_vlm_pipeline.py +++ b/docs/examples/minimal_vlm_pipeline.py @@ -19,7 +19,6 @@ sources = [ "tests/data/2305.03393v1-pg9-img.png", ] -settings.debug.profile_pipeline_timings = True ## Use experimental VlmPipeline pipeline_options = VlmPipelineOptions() # If force_backend_text = True, text from backend will be used instead of generated text @@ -70,12 +69,6 @@ for source in sources: print("") print(res.document.export_to_markdown()) - print("------------------------------------------------") - print("Timings:") - print("------------------------------------------------") - print("") - print(res.timings) - for page in res.pages: print("") print("Predicted page in DOCTAGS:")