You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/mistralai_azure/docs/models/ocrrequest.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,7 @@
14
14
|`image_min_size`|*OptionalNullable[int]*|:heavy_minus_sign:| Minimum height and width of image to extract ||
15
15
|`bbox_annotation_format`|[OptionalNullable[models.ResponseFormat]](../models/responseformat.md)|:heavy_minus_sign:| Structured output class for extracting useful information from each extracted bounding box / image from document. Only json_schema is valid for this field | {<br/>"type": "text"<br/>} |
16
16
|`document_annotation_format`|[OptionalNullable[models.ResponseFormat]](../models/responseformat.md)|:heavy_minus_sign:| Structured output class for extracting useful information from the entire document. Only json_schema is valid for this field | {<br/>"type": "text"<br/>} |
17
+
|`document_annotation_prompt`|*OptionalNullable[str]*|:heavy_minus_sign:| Optional prompt to guide the model in extracting structured output from the entire document. A document_annotation_format must be provided. ||
Copy file name to clipboardExpand all lines: packages/mistralai_azure/src/mistralai_azure/models/ocrrequest.py
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,8 @@ class OCRRequestTypedDict(TypedDict):
51
51
r"""Structured output class for extracting useful information from each extracted bounding box / image from document. Only json_schema is valid for this field"""
0 commit comments