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

Invoke.SaveOcrModel

Saves serialized OcrMlpModel object as AVDATA file.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void SaveOcrModel
(
	Avl.OcrModel inOcrModel,
	string inFilename
)

Parameters

Name Type Range Default Description
inOcrModelAvl.OcrModelModel to be serialized.
inFilenamestringName of the target file.

See also