MakeNumeric (Method) - 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

This function takes the string expression passed to it and attempts to make the data numeric by converting common OCR substitutions, such as “O” -> “0”. All characters are not necessarily converted.

Any character that is clearly a letter is not changed to a number, but if it is unclear whether a character is a B or an 8, for example, MakeNumeric makes it an 8.

Applicable Events

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

Syntax

object.MakeNumeric (strValue)

Parameters

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

MakeNumeric is the command.

strValue is the string to be analyzed.

Example