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

Invoke.LoadOcrModel

Loads serialized OcrMlpModel object from AVDATA file.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void LoadOcrModel
(
	string inFilename,
	Avl.OcrModel outOcrModel
)

Parameters

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

See also