You are here: Start » AVL.NET » AVS.LoadOcrModel Method
AVS.LoadOcrModel Method
Loads serialized OcrMlpModel object from AVDATA file.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void LoadOcrModel ( string inFilename, AvlNet.OcrModel outOcrModel )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inFilename | string | Name of the source file. | ||
![]() | outOcrModel | AvlNet.OcrModel | Deserialized OcrMlpModel. |


