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

This.Value = This.Value + 5

  1. Create the zone and apply parameters as needed.
  2. Select Parameters | Rules | VBScript tab to access the location where the VBScript is attached.
  3. Click the Show Global Editor button to display the list of zones and their attached VBScript.
  4. Expand Total Amt Due and double-click Post Extraction to add VBScript to the Post Extraction stage.
  5. Enter the following code in the main window:
    This.Value = This.Value + 5
  6. Click the Syntax Check button to identify any syntax errors in the script. "Successfully Compiled!” appears at the bottom of the window.
  7. Click OK to close the VBScript window and return to the VBScript Editor.
  8. Click OK i n both the VBScript Editor and Rules Parameters window.
  9. Click in the Please Pay zone to preview the output again.

    The amount in the preview should be $5.00 more than the original amount in the zone.