Back to FabImage Library website
You are here: Start » Function Reference » Computer Vision » Optical Character Recognition » AccessOcrCandidate
AccessOcrCandidate
| Header: | FIL.h |
|---|---|
| Namespace: | fil |
| Module: | OCR |
Returns fields of OcrCandidate structure.
Syntax
C++
C#
void fil::AccessOcrCandidate ( const fil::OcrCandidate& inCandidate, ftl::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 |


