Get started

There are various instances within each document recognition process where the option to customize its behavior can be quite useful. During document separation, classification, extraction, validation, as well as foldering and verification, various events are fired that can be filled with customizing script code. The WinWrap Basic Script editor is used to develop and test WinWrap Basic scripts that are executed for the available events by the WinWrap script engine.

These following objects are used to describe the document and/or folder data and the definition data:

Important The WinWrap Basic script engine allows implementing low-level instructions, such as Sendkey. The usage of those instructions in a script is not supported as these can cause unpredictable behavior during processing.
Note Only the objects, methods, and properties that are documented in the Scripting Object References Help can be used for script programming. The use of undocumented methods or properties in script is not supported or recommended, as this can cause unpredictable behavior.

An example in the Scripting Help may use a method that is not documented to provide special functionality shown by the example. In this case, even though the method is not documented, it is supported, but only when restricted to the use provided by the sample.