You are here: Start » AVL.NET » OcrModel Class

OcrModel Class

Type contains trained OCR model for all OCR functions.

Namespace:AvlNet
Assembly:AVL.NET.TS.dll

Constructors

 ConstructorDescription
OcrModel(OcrModel)Creates a deep copy of the passed object.
OcrModel()

Properties

 NameTypeDescription
IsDisposedSystem.Boolean
IsTrainedSystem.Boolean
ModelTypeAvlNet.OcrModelType

Methods

 NameDescription
Dispose()Disposes underlying unmanaged resources. See MSDN documentation for IDisposable interface for more info.
Equals(object)Inherited from System.Object
Equals(AvlNet.OcrModel)
Equals(AvlNet.OcrModel, AvlNet.OcrModel)
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
Reset(AvlNet.OcrModel)Resets this instance with data of the other OcrModel object.
ToString()Inherited from System.Object

Remarks

See also