You are here: Start » AVL.NET » Invoke.LoadOcrMlpModel

Invoke.LoadOcrMlpModel

Loads serialized OcrMlpModel object from AVDATA file.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void LoadOcrMlpModel
(
	string inFilename,
	Avl.OcrMlpModel outOcrModel
)

Parameters

Name Type Range Default Description
inFilenamestringName of the source file.
outOcrModelAvl.OcrMlpModelDeserialized OcrMlpModel.

See also