InInstantOCRMode (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. Used on an interactive script to determine the reason the script is running. If it returns False, the script is running because the Verification operator landed on the zone and is now attempting to leave it. If it returns True, the script is running because the Verification operator roped data to perform instant OCR.

Applicable Events

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

Syntax

object.InInstantOCRMode

Parameters

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

InInstantOCRMode is the command.

Example

If Application.InInstantOCRMode Then

Exit Sub

End if