This repository contains flows and subtasks to integration Cortex with the Rossum document parsing solution.
This is the main flow to submit a single document to the Rossum platform for parsing and to retrieve the results.
- i_Document-Path: the path on the Cortex server of the file to be parsed.
- i_Reviewer-Email-Addresses: a comma-separated list of email addresses to which an email is sent if the document requires manual review; the email will contain a direct link to the document on the Rossum platform
- io_log_handler (optional) a structure used by the CTX_Logging module. If provided, logs will be appended to the structure, but not committed; if not provided a new process log will be started and logs will be committed.
- io_log_reference (optional) a text reference used by the CTX_Logging module; if not provided the flow UUID will be provided
- o_result: a structure containing two fields:
- STATUS: a text value containing either "Success" or "Fail"
- REASON: a text value containing the reason for failure
- o_Document; a strcuture containing the information parsed by the Rossum platform about the document
- io_log_handler the updated input structure
- io_log_reference the updated input reference
Download the Studio Package file and Import it into your Cortex Environment. Don't forget to apply rights using the Studio Authorization module.
👍 Enjoy! 😉