You are here: Start » FIL.NET » Invoke.LoadOcrModel

Invoke.LoadOcrModel

Loads serialized OcrMlpModel object from FIDATA file.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void LoadOcrModel
(
	string inFilename,
	Fil.OcrModel outOcrModel
)

Parameters

Name Type Range Default Description
inFilenamestringName of the source file.
outOcrModelFil.OcrModelDeserialized OcrMlpModel.

See also