Keyword Object - 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

The Keyword object represents either the keyword used to find a particular solution or one of the raw Tokens that is created during the full page OCR processing within the AnyApp system. The major difference between this object and other objects which convey similar information is that this object is read-only and can only be used for informational purposes.

The Keyword object is applicable to the following phases:

  • AnyApp Pre-Application

  • AnyApp Post-Algorithm

  • AnyApp Post-Application

Property

Description

Applicable Events

Area

Read-only. Returns a Rectangle object containing the coordinates of the ASCII data represented by the given Keyword object. For more information, see Area (Property) (page Area (Property)).

AnyApp Pre-Application, AnyApp Post-Algorithm, AnyApp Post-Application

LineNumber

Read-only. Returns the OCR engine-assigned line number for the given Keyword object. For more information, see LineNumber (Property)(page LineNumber (Property)).

AnyApp Pre-Application, AnyApp Post-Algorithm, AnyApp Post-Application

NumericValue

Read-only. Returns the value of the given Keyword object as a floating point numeric value. For more information, see NumericValue (Property) (page NumericValue (Property)).

AnyApp Pre-Application, AnyApp Post-Algorithm, AnyApp Post-Application

Value

Read-only. Gets or sets the ANSI data for the given object. For more information, see Value (Property) (page Value (Property)).

AnyApp Pre-Application, AnyApp Post-Algorithm, AnyApp Post-Application

ValueTokens

Read-only. This property returns the ASCII value of the Keyword and separates multi-words with spaces. For more information, see ValueTokens (Property) (page ValueTokens (Property)).

AnyApp Pre-Application, AnyApp Post-Algorithm, AnyApp Post-Application