Class MistralOcrOptions
Inherited Members
Namespace: Glitch9.AIDevKit.Mistral
Assembly: Glitch9.AIDevKit.Provider.Mistral.dll
Syntax
public sealed class MistralOcrOptions : IOcrRequestOptions, IProviderRequestOptions
Properties
| Edit this page View SourceBboxAnnotationFormat
Optional. Specify the format that the model must output.
Declaration
public ResponseFormat BboxAnnotationFormat { get; set; }
Property Value
| Type | Description |
|---|---|
| ResponseFormat |
DocumentAnnotationFormat
Optional. Specify the format that the model must output.
Declaration
public ResponseFormat DocumentAnnotationFormat { get; set; }
Property Value
| Type | Description |
|---|---|
| ResponseFormat |
ImageLimit
Optional. Max images to extract
Declaration
public int? ImageLimit { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
ImageMinSize
Optional. Minimum height and width of image to extract
Declaration
public int? ImageMinSize { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
IncludeImageBase64
Optional. Include image URLs in response
Declaration
public bool? IncludeImageBase64 { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
Pages
Optional. Specific pages user wants to process.
Declaration
public int[] Pages { get; set; }
Property Value
| Type | Description |
|---|---|
| int[] |