You are here: Start » FIL.NET » Function Reference » Computer Vision » Optical Character Recognition » FIL.OcrModelToOcrMlpModel
Converts OcrModel to OcrMlpModel.
| Namespace: | FilNet |
|---|---|
| Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void OcrModelToOcrMlpModel ( FilNet.OcrModel inOcrModel, FilNet.OcrMlpModel outOcrMlpModel )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inOcrModel | FilNet.OcrModel | |||
![]() | outOcrMlpModel | FilNet.OcrMlpModel |
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Provided OcrModel does not contain SVM model. |


