Class OCRPageDimensions
Inherited Members
Namespace: Glitch9.AIDevKit.Mistral
Assembly: Glitch9.AIDevKit.Provider.Mistral.dll
Syntax
public class OCRPageDimensions
Properties
| Edit this page View SourceDpi
Required. Dots per inch of the page-image
Declaration
[JsonProperty("dpi")]
public int Dpi { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Height
Required. Height of the image in pixels
Declaration
[JsonProperty("height")]
public int Height { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Width
Required. Width of the image in pixels
Declaration
[JsonProperty("width")]
public int Width { get; set; }
Property Value
| Type | Description |
|---|---|
| int |