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

AVL.LoadOcrModel Method

Loads serialized OcrMlpModel object from avdata file.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

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

See also