Overview - 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

Remember the following guidelines when using information in this section.

  • Square brackets are used to indicate optional arguments. Do not use square brackets in your code.

  • Properties that are read-write are shown with a [ = value] in the syntax section, indicating that the user can optionally assign a value.

  • Properties that are read-only cannot be assigned values.

  • All offsets used start with 1, not 0. This is to maintain consistency with VBScript.

  • "User-defined parameters" refers to settings and parameters you can apply to the template, such as date extraction.

  • The unspecified currency sign (ยค) cannot be used in Intelligent Address Extraction zones. Do not include it or its ASCII equivalent Chr(164) in scripting for Intelligent Address Extraction zones.

This section assumes you have previous experience with VBScript.