SmartZone v8.0 - Updated January 12, 2025
Accusoft.SmartZoneOCR.Net Assembly / Accusoft.SmartZoneOCRSdk Namespace / Reader Class / MinimumCharacterConfidence Property




MinimumCharacterConfidence Property (Reader)
Gets and sets the confidence value below which a character is rejected and replaced with the RejectionCharacter.
Syntax
'Declaration
 
Public Property MinimumCharacterConfidence As Integer
 
'Usage
 
Dim instance As Reader
Dim value As Integer
 
instance.MinimumCharacterConfidence = value
 
value = instance.MinimumCharacterConfidence
Exceptions
ExceptionDescription
The value is less than zero or greater than 100.
 
Remarks

Valid range: 0 to 100

Default value: 0

Character results with a confidence value below this value will be replaced with the RejectionCharacter.

Character confidence may be different on Windows and Linux.

See Also