Any characters recognized with an insufficient degree of confidence are submitted for verification by human operators. Verification operators either confirm or correct low-confidence characters.
For tasks created in the REST API, verification is configured in projects. Please refer to the ABBYY FlexiCapture Cloud REST API sample project section for detailed instructions.You can integrate the verification UI into third-party systems via an <iframe> element, eliminating the need for additional tenant authentication. To direct verification operators to the data to be verified, unique URLs are used.
A verification URL can only be opened once in one browser window, i.e. documents from one task can only be verified by one user at a time. The total number of tasks that users can open in the verification UI is determined by the licensing restrictions of a tenant (see the License parameters section for details).
The verification UI offers the same functionality as the Web Verification Station (see the About the Web Verification Station section for details).
To open the verification UI for a REST API task, follow these steps:
Using the REST API, create a document processing task.
Track the task status. Note that the verification UI can only be opened for tasks with the WaitForAction status. Please refer to the ABBYY FlexiCapture Cloud REST API task status section for more information about task statuses.
Create a verification URL:
Get verification_id in the task object.
Use verification_id to create a URL in the following format:
Open the verification URL in a browser or via an <iframe> element.
No additional authentication is required to open verification URLs.
Wait for the “FC_Verification_TaskClosed” message from the <iframe> element. This message signals that the verification has been completed (see <iframe> element events below for details).
Track the task status. You will be able to download the files after the processing is completed.
Please refer to the Processing error diagnostics section for instructions on viewing the event log and identifying tasks that have been processed with errors.
Sample code illustrating how to open the verification UI using verification id