You are here: Start » AVL.NET » AVS.SaveOcrModel Method

AVS.SaveOcrModel Method

Saves serialized OcrMlpModel object as AVDATA file.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void SaveOcrModel
(
	AvlNet.OcrModel inOcrModel,
	string inFilename
)

Parameters

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

See also