Back to Adaptive Vision Library website

You are here: Start » Function Reference » Optical Character Recognition » SaveOcrModel

SaveOcrModel


Saves serialized OcrMlpModel object as avdata file.

Header:AVL.h

Syntax

C++
C#
 
void avl::SaveOcrModel
(
	const avl::OcrModel& inOcrModel,
	const atl::File& inFilename
)

Parameters

Name Type Default Description
inOcrModel const OcrModel& Model to be serialized
inFilename const File& Name of the target file