File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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.
5151The HTML export functions in the DoclingDocument will leverage the formula and visualize the result using the mathml html syntax.
5252
5353Model 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```
You can’t perform that action at this time.
0 commit comments