You are here: Start » AVL.NET » AVL.SaveOcrModel(AvlNet.OcrModel, string)

AVL.SaveOcrModel(AvlNet.OcrModel, string)

Saves serialized OcrMlpModel object as avdata file.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


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

Parameters

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

See also