FindChar Property

Applies To
Vision Object: OCR

Description
Sets whether to treat each individual character detected in a string as an individual object.

Usage

VGet  Sequence.Object.FindChar, var
VSet  Sequence.Object.FindChar, value
Sequence
Name of a sequence or string variable containing a sequence name.
Object
Name of an object or string variable containing an object name. The object must exist in the specified sequence.
var
Boolean variable that will contain the value of the property
value
Boolean value or expression for the new value of the property.

Values

  • 0 - False: Each character is not treated as an individual object.
  • -1 - True: Each character is treated as an individual object.

Default: False

Remarks
The FindChar property can set how strings detected with OCR are handled.

When set to "False", detected strings are treated as a single object.

When set to "True", each character in a detected string is treated as a single object." Set this to "True” to reference individual character coordinates, and text and other results individually.

See Also
OCR Object