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


