You are here: Start » AVL.NET » AVL.LoadOcrModel(string, AvlNet.OcrModel)
AVL.LoadOcrModel(string, AvlNet.OcrModel)
Loads serialized OcrMlpModel object from avdata file.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void LoadOcrModel( string inFilename, out AvlNet.OcrModel outOcrModel )
Parameters
- inFilename
- Type: System.String
Name of the source file - outOcrModel
- Type: AvlNet.OcrModel
Deserialized OcrMlpModel
