Search Results for

    Show / Hide Table of Contents

    Class OcrResult.Word

    Represents a Word discovered during OCR.

    Inheritance
    System.Object
    OcrResult.OcrResultElement
    OcrResult.OcrResultTextElement
    OcrResult.Word
    Inherited Members
    OcrResult.OcrResultTextElement.ToString()
    OcrResult.OcrResultTextElement.TextDirection
    OcrResult.OcrResultTextElement.Text
    OcrResult.OcrResultTextElement.Confidence
    OcrResult.OcrResultElement.ToBitmap(OcrInput)
    OcrResult.OcrResultElement.Width
    OcrResult.OcrResultElement.Height
    OcrResult.OcrResultElement.X
    OcrResult.OcrResultElement.Y
    OcrResult.OcrResultElement.Location
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: IronOcr
    Assembly: IronOcr.dll
    Syntax
    public class Word : OcrResult.OcrResultTextElement

    Fields

    Block

    The Block containing this Word.

    Declaration
    public OcrResult.Block Block
    Field Value
    Type Description
    OcrResult.Block

    Line

    The Line containing this Word.

    Declaration
    public OcrResult.Line Line
    Field Value
    Type Description
    OcrResult.Line

    Paragraph

    The Paragraph containing this Word.

    Declaration
    public OcrResult.Paragraph Paragraph
    Field Value
    Type Description
    OcrResult.Paragraph

    Properties

    Characters

    A list of every symbol (char) within this word in order.

    Declaration
    public OcrResult.Character[] Characters { get; }
    Property Value
    Type Description
    OcrResult.Character[]

    Font

    Legacy. Null unless the Tesseract 3 Engine Mode "TesseractMode" is used.

    Declaration
    public OcrResult.OcrFont Font { get; }
    Property Value
    Type Description
    OcrResult.OcrFont

    WordNumber

    1 based number to identify this word within the OcrResult

    Declaration
    public int WordNumber { get; }
    Property Value
    Type Description
    System.Int32

    See Also

    OcrResult
    ☀
    ☾
    In This Article
    Back to top
    Install with Nuget