Class OcrResult.Word
Represents a Word discovered during OCR.
Implements
IronSoftware.IDocumentTextObject
IronSoftware.IDocumentObject
IronSoftware.IBounded
IronSoftware.IColored
IronSoftware.ITransformable
Inherited Members
Namespace: IronOcr
Assembly: IronOcr.dll
Syntax
public class Word : OcrResult.OcrResultTextElement, IDocumentTextObject, IDocumentObject, IBounded, IColored, ITransformable
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 |
Implements
IronSoftware.IDocumentTextObject
IronSoftware.IDocumentObject
IronSoftware.IBounded
IronSoftware.IColored
IronSoftware.ITransformable