From 741c44fa45250c7d0e5687547fc5d2453dc20e6b Mon Sep 17 00:00:00 2001 From: Yasir Ali <57907845+yasirali0@users.noreply.github.com> Date: Fri, 31 Oct 2025 18:29:34 +0900 Subject: [PATCH] docs: fix typos (#2546) docs: fix typos in enrichments.md ('analize' -> 'analyze', 'consise' -> 'concise') Signed-off-by: Yasir Ali --- docs/usage/enrichments.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/usage/enrichments.md b/docs/usage/enrichments.md index c139466f..95855e48 100644 --- a/docs/usage/enrichments.md +++ b/docs/usage/enrichments.md @@ -47,7 +47,7 @@ doc = result.document ### Formula understanding -The formula understanding step will analize the equation formulas in documents and extract their LaTeX representation. +The formula understanding step will analyze the equation formulas in documents and extract their LaTeX representation. The HTML export functions in the DoclingDocument will leverage the formula and visualize the result using the mathml html syntax. Model specs: see the [`CodeFormula` model card](https://huggingface.co/ds4sd/CodeFormula). @@ -197,7 +197,7 @@ pipeline_options.picture_description_options = PictureDescriptionApiOptions( seed=42, max_completion_tokens=200, ), - prompt="Describe the image in three sentences. Be consise and accurate.", + prompt="Describe the image in three sentences. Be concise and accurate.", timeout=90, ) ```