VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Ocr.Results Namespace / OcrPage Class / GetWords(Single,Single) Method
Syntax Requirements SeeAlso
In This Topic
GetWords(Single,Single) Method (OcrPage)
In This Topic
Returns an array of OcrWord objects with specified confidence.
Syntax
'Declaration

Public Function GetWords( _
ByVal wordMaxConfidence
Maximum confidence of a word.
As Single, _
ByVal dictionaryWordMaxConfidence
Maximum confidence of a word from dictionary.
As Single _
) As OcrObject[]

Parameters

wordMaxConfidence
Maximum confidence of a word.
dictionaryWordMaxConfidence
Maximum confidence of a word from dictionary.

Return Value

An array of OcrWord objects with specified confidence.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also