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)