PrepareAddress (Method) - PrepareAddress (Method) - OCR for AnyDoc - Foundation 23.1 - Foundation 23.1 - AnyDoc - external - AnyDoc/OCR-for-AnyDoc/Foundation-23.1/OCR-for-AnyDoc-Programming-Reference-Guide/VBScript-Objects-Properties-and-Methods/Individual-Object-Methods/PrepareAddress-Method - 2023-11-17

OCR for AnyDoc Programming Reference Guide

Platform
AnyDoc
Product
OCR for AnyDoc
Release
Foundation 23.1
License
ft:lastPublication
2023-11-17T13:24:58.960000
ft:locale
en-US

Description

This method parses the given solution, optionally using AccuZip, according to the parameters defined for its algorithm in the Address Extraction Area. This method must be applied to a solution before the function AddressPart can be used on the solution.

Applicable Events

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

Syntax

object.PrepareAddress (bUseAccuZip)

Parameters

Object is a reference to the Solution object. For more information, see Solution Object.

PrepareAddress is the command.

bUseAccuZip is True or False. Set to True if AccuZip should be used.

Example