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

FIL.LoadOcrSvmModel

Loads serialized OcrSvmModel object from FIDATA file.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

Parameters

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

See also