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

AVL.LoadOcrSvmModel

Loads serialized OcrSvmModel object from AVDATA file.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void LoadOcrSvmModel
(
	string inFilename,
	AvlNet.OcrSvmModel outOcrModel
)

Parameters

Name Type Range Default Description
inFilenamestringName of the source file.
outOcrModelAvlNet.OcrSvmModelDeserialized OcrSvmModel.

See also