ICRConfidenceLevel (Property) - OCR for AnyDoc - Foundation 23.1 - Foundation 23.1 - AnyDoc - external

OCR for AnyDoc Programming Reference Guide

Platform
AnyDoc
Product
OCR for AnyDoc
Release
Foundation 23.1
License

Description

Read-only. Returns the user defined ICR confidence level for the given zone.

ICR confidence levels are controlled by the percentage set. For example, setting it at 50% provides looser results than 75% and setting it at 25% provides looser results than at 50%. Lower the ICR confidence level if many of the characters flagged as questionable are correct. Raise the confidence level if incorrect characters are not being flagged as questionable.

Applicable Events

Post Extract, AnyApp Post Extract, Pre-Verify, Interactive, Verification Function Key (F-Key), Post-Verify

Syntax

object.ICRConfidenceLevel

Parameters

Object is a reference to the Zone object. For more information, see Zone Object (page Zone Object).

ICRConfidenceLevel is the command.

Example

If MyZone.ICRConfidenceLevel < 50 Then

MsgBox "ICR Confidence Level is too low!"

End if