Hi,
Is it possible to execute script after Recognition stage is completed, but before Verification stage?
I cannot seem to find an appropriate Event for this.
What I would like to achieve is as follows:
IF Recognition is successful THEN
Call script1
ELSE
Call script2
END IF
Thanks.