Class OcrResult.Word
Represents a Word discovered during OCR.
Inherited Members
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 |