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

AVS.LoadOcrMlpModel Method

Loads serialized OcrMlpModel object from AVDATA file.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

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

See also