From 06b408fa41252181cc8c141c82d19abc55b63e28 Mon Sep 17 00:00:00 2001 From: Christoph Auer Date: Tue, 10 Jun 2025 20:01:01 +0200 Subject: [PATCH] Small fix Signed-off-by: Christoph Auer --- docling/models/rapid_ocr_model.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docling/models/rapid_ocr_model.py b/docling/models/rapid_ocr_model.py index 6570f64a..16977e83 100644 --- a/docling/models/rapid_ocr_model.py +++ b/docling/models/rapid_ocr_model.py @@ -134,7 +134,7 @@ class RapidOcrModel(BaseOcrModel): all_ocr_cells.extend(cells) # Post-process the cells - self.post_process_cells(all_ocr_cells, page.cells) + self.post_process_cells(all_ocr_cells, page) # DEBUG code: if settings.debug.visualize_ocr: