Discussions
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
Posted by [email protected] over 1 year ago
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)
Posted by Gazala Muhamed about 1 year ago
Can we Split a document automatically with some logics written, using Document splitting extension?
Hi,
we are trying to automate the document splitting based on some logics. We see that the document splitting extension helps the user to manually split the document. We want some solution to automate this document splitting process to be done automatically once user uploads a file to the queue. Kindly suggest us some solution.
Posted by Nishanth 8 months ago
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?
Posted by Tejas over 1 year ago
How can I export original file with Zapier?
I have created the Zap integration with Podio, but when I tried to fetch original file from Rossum, I am getting an error, because I am not authorized to access the file via API link.
Is there any workaround for that?
Posted by Jakub about 1 year ago
Python Support
Did rossum remove its python support ? Not able to use the python library
Posted by Jaseem almost 4 years ago
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
Posted by Tejas over 1 year ago
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
Posted by Andrew Cook over 1 year ago
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!
Posted by T about 1 year ago
Can I add a line item (tuple value) when using validation operations?
This is a question related to https://api.elis.rossum.ai/docs/#endpoint-validate operations.
It says that
"value list[object] Added row data. List of objects, format of the object is the same as in Anotation Data. schema_id attribute is required, only value, position, page, validation_sources, hidden and options attributes may be set."
However, I want to use it to insert/remove a line item, and those are tuple values, which don't have "value", but have category and children - is it possible to add those as well?
Posted by Petr Vnenk over 3 years ago