Skip to main content
Use this script to define a custom recognition (or initialization) algorithm for fields that have regions. Configure the custom recognition script on the Recognition tab of the field properties dialog box. The script runs when a field value is initialized from the recognizer results. The script receives the image area being recognized as an input parameter. The document layout is not yet initialized, so you cannot access the document fields, but you can access registration and other parameters. You can also mark symbols as suspicious and requiring verification with the IsSuspicious and NeedVerification properties.

Parameters

If the script uses classes and methods of an external assembly, attach the assembly file on the .NET References tab of the Document Definition properties.