You are here: Start » FIL.NET » Invoke.AccessOcrCandidate

Invoke.AccessOcrCandidate

Returns fields of OcrCandidate structure.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void AccessOcrCandidate
(
	Fil.OcrCandidate inCandidate,
	out string outCharacter,
	out float outScore
)

Parameters

Name Type Range Default Description
inCandidateFil.OcrCandidateInput OcrCandidate structure.
outCharacterstringResult of character recognition.
outScorefloatScore of recognized character.

See also