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

FIL.SaveOcrMlpModel

Saves serialized OcrMlpModel object as FIDATA file.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void SaveOcrMlpModel
(
	FilNet.OcrMlpModel inOcrModel,
	string inFilename
)

Parameters

Name Type Range Default Description
inOcrModelFilNet.OcrMlpModelModel to be serialized.
inFilenamestringName of the target file.

See also