You are here: Start » FIL.NET » FIL.LoadOcrMlpModel

FIL.LoadOcrMlpModel

Loads serialized OcrMlpModel object from fidata file.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void LoadOcrMlpModel
(
	string inFilename,
	FilNet.OcrMlpModel outOcrModel
)

Parameters

Name Type Range Default Description
inFilenamestringName of the source file.
outOcrModelFilNet.OcrMlpModelDeserialized OcrMlpModel.

See also