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

AVS.LoadOcrModel Method

Loads serialized OcrMlpModel object from AVDATA file.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void LoadOcrModel
(
	string inFilename,
	AvlNet.OcrModel outOcrModel
)

Parameters

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

See also