fixed doc comment of __call__ function of code_formula_model

Signed-off-by: Matteo Omenetti <omenetti.matteo@gmail.com>
This commit is contained in:
Matteo Omenetti 2025-01-24 08:54:48 -05:00
parent d737bb9416
commit 2af4bc160e

View File

@ -234,7 +234,7 @@ class CodeFormulaModel(BaseItemAndImageEnrichmentModel):
---------- ----------
doc : DoclingDocument doc : DoclingDocument
The document being processed. The document being processed.
element_batch : Iterable[NodeItem] element_batch : Iterable[ItemAndImageEnrichmentElement]
A batch of elements to be processed. A batch of elements to be processed.
Returns Returns