You are here: Start » AVL.NET » AVL.SaveOcrSvmModel(AvlNet.OcrSvmModel, string)

AVL.SaveOcrSvmModel(AvlNet.OcrSvmModel, string)

Saves serialized OcrSvmModel object as avdata file.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void SaveOcrSvmModel(
	AvlNet.OcrSvmModel inOcrModel,
	string inFilename
)

Parameters

inOcrModel
Type: AvlNet.OcrSvmModel
Model to be serialized
inFilename
Type: System.String
Name of the target file

See also