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
18
# OcrPageObject

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**index** | **i32** | The page index in a pdf document starting from 0 | 
**markdown** | **String** | The markdown string response of the page | 
**images** | [**Vec<models::OcrImageObject>**]OCRImageObject.md | List of all extracted images in the page | 
**tables** | Option<[**Vec<models::OcrTableObject>**]OCRTableObject.md> | List of all extracted tables in the page | [optional]
**hyperlinks** | Option<**Vec<String>**> | List of all hyperlinks in the page | [optional]
**header** | Option<**String**> |  | [optional]
**footer** | Option<**String**> |  | [optional]
**dimensions** | Option<[**models::OcrPageDimensions**]OCRPageDimensions.md> |  | 

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