commented out the drawing

Signed-off-by: Peter Staar <taa@zurich.ibm.com>
This commit is contained in:
Peter Staar 2024-08-27 16:13:37 +02:00
parent 774704ae8c
commit b548687a06

View File

@ -321,7 +321,7 @@ class LayoutModel:
clusters, page.cells, page.size.height clusters, page.cells, page.size.height
) )
draw_clusters_and_cells() # draw_clusters_and_cells()
page.predictions.layout = LayoutPrediction(clusters=clusters) page.predictions.layout = LayoutPrediction(clusters=clusters)