Back to FabImage Library website

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

SaveOcrModel


Header:FIL.h
Namespace:fil

Saves serialized OcrMlpModel object as fidata file.

Syntax

C++
C#
 
void fil::SaveOcrModel
(
	const fil::OcrModel& inOcrModel,
	const ftl::File& inFilename
)

Parameters

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