You are here: Start » FIL.NET » OcrResult Class

OcrResult Class

Namespace:FilNet
Assembly:FIL.NET.TS.dll

Text obtained from an optical character recognition operation.

Constructors

 ConstructorDescription
OcrResult(Rectangle2D)
OcrResult(Rectangle2D, String, Single, Single)
OcrResult()

Properties

 NameTypeDescription
BoxFilNet.Rectangle2DArea occupied by a found text.
ContrastSystem.SingleContrast of a found text. A negative value means a darker character on a brighter background.
ScoreSystem.SingleConfidence of a found text.
ValueSystem.StringValue of a found text.

Methods

 NameDescription
Equals(object)Inherited from System.Object
Equals(FilNet.OcrResult)
Equals(FilNet.OcrResult, FilNet.OcrResult)
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
ToString()Inherited from System.Object

Remarks

See also