mistral-openapi-client 0.1.0

Our Chat Completion and Embeddings APIs specification. Create your account on [La Plateforme](https://console.mistral.ai) to get access and read the [docs](https://docs.mistral.ai) to learn how to use it.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# OcrImageObject

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** | Image ID for extracted image in a page | 
**top_left_x** | Option<**i32**> |  | 
**top_left_y** | Option<**i32**> |  | 
**bottom_right_x** | Option<**i32**> |  | 
**bottom_right_y** | Option<**i32**> |  | 
**image_base64** | Option<**String**> |  | [optional]
**image_annotation** | Option<**String**> |  | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)