Class OCRPageObject
Inherited Members
Namespace: Glitch9.AIDevKit.Mistral
Assembly: Glitch9.AIDevKit.Provider.Mistral.dll
Syntax
public class OCRPageObject
Properties
| Edit this page View SourceDimensions
Required. The dimensions of the PDF Page's screenshot image
Declaration
[JsonProperty("dimensions")]
public OCRPageDimensions Dimensions { get; set; }
Property Value
| Type | Description |
|---|---|
| OCRPageDimensions |
Images
Required. List of all extracted images in the page
Declaration
[JsonProperty("images")]
public OCRImageObject[] Images { get; set; }
Property Value
| Type | Description |
|---|---|
| OCRImageObject[] |
Index
Required. The page index in a pdf document starting from 0
Declaration
[JsonProperty("index")]
public int Index { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Markdown
Required. The markdown string response of the page
Declaration
[JsonProperty("markdown")]
public string Markdown { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
UsageInfo
Required.
Declaration
[JsonProperty("usage_info")]
public OCRUsageInfo UsageInfo { get; set; }
Property Value
| Type | Description |
|---|---|
| OCRUsageInfo |