You are here: Start » AVL.NET » AVL.LoadOcrMlpModel Method

AVL.LoadOcrMlpModel Method

Loads serialized OcrMlpModel object from avdata file.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void LoadOcrMlpModel(
	string inFilename,
	out AvlNet.OcrMlpModel outOcrModel
)

Parameters

Name Type Range Default Description
inFilenamestringName of the source file.
outOcrModelAvlNet.OcrMlpModelDeserialized OcrMlpModel.

See also