Back to FabImage Library website

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

LoadOcrSvmModel


Header:FIL.h
Namespace:fil

Loads serialized OcrSvmModel object from fidata file.

Syntax

C++
C#
 
void fil::LoadOcrSvmModel
(
	const ftl::File& inFilename,
	fil::OcrSvmModel& outOcrModel
)

Parameters

Name Type Default Description
inFilename const File& Name of the source file
outOcrModel OcrSvmModel& Deserialized OcrSvmModel