You are here: Start » FIL.NET » OcrModel Class
OcrModel Class
| Namespace: | FilNet |
|---|---|
| Assembly: | FIL.NET.TS.dll |
Type contains trained OCR model for all OCR functions.
Constructors
| Constructor | Description | |
|---|---|---|
| OcrModel(OcrModel) | Creates a deep copy of the passed object. | |
| OcrModel() |
Properties
| Name | Type | Description | |
|---|---|---|---|
| IsDisposed | System.Boolean | ||
| IsTrained | System.Boolean | ||
| ModelType | FilNet.OcrModelType |
Methods
| Name | Description | |
|---|---|---|
| Dispose() | Disposes underlying unmanaged resources. See MSDN documentation for IDisposable interface for more info. | |
| Equals(object) | Inherited from System.Object | |
| Equals(FilNet.OcrModel) | ||
| Equals(FilNet.OcrModel, FilNet.OcrModel) | ||
| GetHashCode() | Inherited from System.Object | |
| GetType() | Inherited from System.Object | |
| Reset(FilNet.OcrModel) | Resets this instance with data of the other OcrModel object. | |
| ToString() | Inherited from System.Object |
