Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 5.41 KB

README.md

File metadata and controls

29 lines (22 loc) · 5.41 KB

CTX-Rossum

This repository contains flows and subtasks to integration Cortex with the Rossum document parsing solution.

CTX_Rossum_Parse_Document

This is the main flow to submit a single document to the Rossum platform for parsing and to retrieve the results.

Inputs

  • 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

Outputs

  • 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

Installation Instructions

Download the Studio Package file and Import it into your Cortex Environment. Don't forget to apply rights using the Studio Authorization module.

👍 Enjoy! 😉