Back to Adaptive Vision Library website

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

AccessOcrCandidate


Header:AVL.h
Namespace:avl

Returns fields of OcrCandidate structure.

Syntax

C++
C#
 
void avl::AccessOcrCandidate
(
	const avl::OcrCandidate& inCandidate,
	atl::String& outCharacter,
	float& outScore
)

Parameters

Name Type Default Description
inCandidate const OcrCandidate& Input OcrCandidate structure
outCharacter String& Result of character recognition
outScore float& Score of recognized character