Skip to content

Commit 741c44f

Browse files
authored
docs: fix typos (#2546)
docs: fix typos in enrichments.md ('analize' -> 'analyze', 'consise' -> 'concise') Signed-off-by: Yasir Ali <[email protected]>
1 parent a51275d commit 741c44f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/usage/enrichments.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ doc = result.document
4747

4848
### Formula understanding
4949

50-
The formula understanding step will analize the equation formulas in documents and extract their LaTeX representation.
50+
The formula understanding step will analyze the equation formulas in documents and extract their LaTeX representation.
5151
The HTML export functions in the DoclingDocument will leverage the formula and visualize the result using the mathml html syntax.
5252

5353
Model specs: see the [`CodeFormula` model card](https://huggingface.co/ds4sd/CodeFormula).
@@ -197,7 +197,7 @@ pipeline_options.picture_description_options = PictureDescriptionApiOptions(
197197
seed=42,
198198
max_completion_tokens=200,
199199
),
200-
prompt="Describe the image in three sentences. Be consise and accurate.",
200+
prompt="Describe the image in three sentences. Be concise and accurate.",
201201
timeout=90,
202202
)
203203
```

0 commit comments

Comments
 (0)