You are here: Start » AVL.NET » Function Reference » Computer Vision » Optical Character Recognition » AVL.SaveOcrModel

AVL.SaveOcrModel

Saves serialized OcrMlpModel object as AVDATA file.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inOcrModelAvlNet.OcrModelModel to be serialized.
inFilenamestringName of the target file.

See also