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