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
# \OcrApi

All URIs are relative to *https://api.mistral.ai*

Method | HTTP request | Description
------------- | ------------- | -------------
[**ocr_v1_ocr_post**]OcrApi.md#ocr_v1_ocr_post | **POST** /v1/ocr | OCR



## ocr_v1_ocr_post

> models::OcrResponse ocr_v1_ocr_post(ocr_request)
OCR

### Parameters


Name | Type | Description  | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**ocr_request** | [**OcrRequest**]OcrRequest.md |  | [required] |

### Return type

[**models::OcrResponse**](OCRResponse.md)

### Authorization

[ApiKey](../README.md#ApiKey)

### HTTP request headers

- **Content-Type**: application/json
- **Accept**: application/json

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