Discussions

Ask a Question
ANSWERED

Only retrieve documents from a specific queue & status

Hi there, is it possible to only list the documents from a specific queue and with a specific status though GET https://api.elis.rossum.ai/v1/documents ? Thanks!
ANSWERED

Multiple validation extensions?

Hi, I have an extension that uses a webhook to validate two fields, say A and B. This extension is called on Document content- Initialize and User update. I noticed that if I return a successful message from my webhook (say when B is changed), this removes the earlier message (type: error) that A is invalid. Is there a way to get existing messages to the webhook, so that I can append to the messages array? Or do I need to handle multiple validations everytime the webhook is called? Use case: Document Initialized A="" B="" User update: A="123" (Error message shown) B="" User update: A="123" [no message] B="abc" (Info message shown)
ANSWERED

Values to trigger Value transformation

Hi team, When using "action_condition" in Value transformation extension, I would like to know if it's possible to have several possible values triggering the action conditions. Thanks in advance, JR
ANSWERED

Exporting original document (ie PDF file)

Through the API, how can I retrieve the original document loaded into rossum? Using postman I'm receiving {"detail":"You do not have permission to perform this action.","code":"permission_denied"} when calling v1/documents/{id}/content
ANSWERED

Automatic routing of documents among different queues

Can rossum perfrom Automatic routing of documents among different queues based on certain conditions? For e.g. If Invoice Total is above 50k it should route automatically to XYZ queue. Can we build such mechanism with Rossum?
ANSWERED

Extract data with specific color in PDF

Can Rossum extract data with specific color in PDF. For e.g. I only want to extract line items with Red fonts and ignore Blue, Black etc. Is there a way to do so with Rossum
ANSWERED

How to change email ID in my Rossum account?

How to change email ID in my Rossum account?
ANSWERED

You haven't uploaded any datasets yet.

In Set up a matching Field how to uploade dataset.
ANSWERED

Data matching import request format

Hi Can you point me to an example of how the multipart request for the data matching import API should be structured? (https://data-matching.elis.rossum.ai/api/v1/documentation) I try sending a multipart request with one part called "payload" containing dataset, encoding and matching_code_column and one part called "files" containing the binary data from my CSV, but the response indicates "Missing data for required field" on the payload parameters so the API is not reading the payload part of the request. An example showing the raw multipart structure you are expecting would help a lot. Thanks Andrew
ANSWERED

download document with CURL

To integrate Rosum in our application I need to download the pdf document to attach it. How can I download a pdf document using a CURL statement?