You are here: Start » AVL.NET » Function Reference » Computer Vision » Optical Character Recognition » AVL.OcrModelToOcrMlpModel

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
inOcrModelAvlNet.OcrModel
outOcrMlpModelAvlNet.OcrMlpModel

Errors

List of possible exceptions:

Error type Description
DomainError Provided OcrModel does not contain SVM model.

See also