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

OcrModel Class

Namespace:Avl
Assembly:AvlNet.Types.dll

Type contains trained OCR model for all OCR functions.

Constructors

 ConstructorDescription
OcrModel()
OcrModel(OcrModel)

Properties

 NameTypeDescription
IsDisposedSystem.BooleanInherited from Avl.UnmanagedObject
IsTrainedSystem.Boolean
IsViewSystem.BooleanInherited from Avl.UnmanagedObject
ModelTypeAvl.OcrModelType

Methods

 NameDescription
CopyTo(Avl.OcrModel)
Dispose()Inherited from Avl.UnmanagedObject
Equals(object)Inherited from System.Object
Equals(Avl.OcrModel)
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
MoveTo(Avl.OcrModel)
Reset()
ToString()Inherited from System.Object

Remarks

See also