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


