From 2af4bc160e63eaa135b9b3fe5cd8cba470ea1432 Mon Sep 17 00:00:00 2001 From: Matteo Omenetti Date: Fri, 24 Jan 2025 08:54:48 -0500 Subject: [PATCH] fixed doc comment of __call__ function of code_formula_model Signed-off-by: Matteo Omenetti --- docling/models/code_formula_model.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docling/models/code_formula_model.py b/docling/models/code_formula_model.py index 1eb9e74d..5c23dcc8 100644 --- a/docling/models/code_formula_model.py +++ b/docling/models/code_formula_model.py @@ -234,7 +234,7 @@ class CodeFormulaModel(BaseItemAndImageEnrichmentModel): ---------- doc : DoclingDocument The document being processed. - element_batch : Iterable[NodeItem] + element_batch : Iterable[ItemAndImageEnrichmentElement] A batch of elements to be processed. Returns