Search Results for

    Show / Hide Table of Contents

    Class OCRPageObject

    Inheritance
    object
    OCRPageObject
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.AIDevKit.Mistral
    Assembly: Glitch9.AIDevKit.Provider.Mistral.dll
    Syntax
    public class OCRPageObject

    Properties

    | Edit this page View Source

    Dimensions

    Required. The dimensions of the PDF Page's screenshot image

    Declaration
    [JsonProperty("dimensions")]
    public OCRPageDimensions Dimensions { get; set; }
    Property Value
    Type Description
    OCRPageDimensions
    | Edit this page View Source

    Images

    Required. List of all extracted images in the page

    Declaration
    [JsonProperty("images")]
    public OCRImageObject[] Images { get; set; }
    Property Value
    Type Description
    OCRImageObject[]
    | Edit this page View Source

    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
    | Edit this page View Source

    Markdown

    Required. The markdown string response of the page

    Declaration
    [JsonProperty("markdown")]
    public string Markdown { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    UsageInfo

    Required.

    Declaration
    [JsonProperty("usage_info")]
    public OCRUsageInfo UsageInfo { get; set; }
    Property Value
    Type Description
    OCRUsageInfo

    Extension Methods

    ArrayExtensions.ToArrayOrEmpty<T>(T)
    ArrayExtensions.ToArrayOrNull<T>(T)
    EventExtensions.ToDelta<T>(T, string, int, string, bool)
    EventExtensions.ToDone<T>(T, string, int, string)
    EventExtensions.ToEvent<T>(T)
    EventExtensions.UpcastDelta<T1, T2>(T1, string, int, string, bool)
    FallbackExtensions.IsOr<TParent, TChild>(TParent, TChild)
    ResponseCastingExtensions.GetResult<T>(T)
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation