Skip to content

Flows and subtasks to integration Cortex with Rossum

Notifications You must be signed in to change notification settings

IntelligentAutomationCommunity/CTX-Rossum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

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! 😉

About

Flows and subtasks to integration Cortex with Rossum

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published