You are here: Start » FIL.NET » Function Reference » Computer Vision » Optical Character Recognition » FIL.OcrSvmModelToOcrModel

FIL.OcrSvmModelToOcrModel

Converts OcrSvmModel(old type) to OcrModel.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void OcrSvmModelToOcrModel
(
	FilNet.OcrSvmModel inOcrSvmModel,
	FilNet.OcrModel outOcrModel
)

Parameters

Name Type Range Default Description
inOcrSvmModelFilNet.OcrSvmModel
outOcrModelFilNet.OcrModel

See also