MistralClient.Models.OCRRequest (mistralex_ai v0.1.0)
View SourceRepresents an OCR processing request.
Summary
Types
@type document_type() :: MistralClient.Models.DocumentURLChunk.t() | MistralClient.Models.ImageURLChunk.t()
@type response_format() :: map()
@type t() :: %MistralClient.Models.OCRRequest{ bbox_annotation_format: response_format() | nil, document: document_type(), document_annotation_format: response_format() | nil, id: String.t() | nil, image_limit: integer() | nil, image_min_size: integer() | nil, include_image_base64: boolean() | nil, model: String.t(), pages: [integer()] | nil }