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


