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

AVL.OcrMlpModelToOcrModel

Converts OcrMlpModel(old type) to OcrModel.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void OcrMlpModelToOcrModel
(
	AvlNet.OcrMlpModel inOcrMlpModel,
	AvlNet.OcrModel outOcrModel
)

Parameters

Name Type Range Default Description
inOcrMlpModelAvlNet.OcrMlpModel
outOcrModelAvlNet.OcrModel

See also