OPENAPI / COMPONENTS / SCHEMAS
OCRImage Block data structure
OCRImageBlockStructural definition for OCRImage Block in the Mistral AI API contract.
object8properties
bottom_right_xintegerrequiredbottom right x value in the Mistral AI API contract.
bottom_right_yintegerrequiredbottom right y value in the Mistral AI API contract.
confidence_scoresstringconfidence scores value in the Mistral AI API contract.
contentstringrequiredcontent value in the Mistral AI API contract.
image_idstringrequiredimage id value in the Mistral AI API contract.
top_left_xintegerrequiredtop left x value in the Mistral AI API contract.
top_left_yintegerrequiredtop left y value in the Mistral AI API contract.
typestringtype value in the Mistral AI API contract.