You are here: Start » FIL.NET » FIS.LoadOcrModel Method
FIS.LoadOcrModel Method
Loads serialized OcrMlpModel object from FIDATA file.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void LoadOcrModel ( string inFilename, FilNet.OcrModel outOcrModel )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inFilename | string | Name of the source file. | ||
![]() | outOcrModel | FilNet.OcrModel | Deserialized OcrMlpModel. |