From b548687a065e444fa59c2acbadb1dd26bb32869e Mon Sep 17 00:00:00 2001 From: Peter Staar Date: Tue, 27 Aug 2024 16:13:37 +0200 Subject: [PATCH] commented out the drawing Signed-off-by: Peter Staar --- docling/models/layout_model.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docling/models/layout_model.py b/docling/models/layout_model.py index 32cb1cd0..af7b8e7b 100644 --- a/docling/models/layout_model.py +++ b/docling/models/layout_model.py @@ -321,7 +321,7 @@ class LayoutModel: clusters, page.cells, page.size.height ) - draw_clusters_and_cells() + # draw_clusters_and_cells() page.predictions.layout = LayoutPrediction(clusters=clusters)