Discussions
How to change email ID in my Rossum account?
How to change email ID in my Rossum account?
Posted by Tejas 10 months ago
You haven't uploaded any datasets yet.
In Set up a matching Field how to uploade dataset.
Posted by Arvind Gonaki 11 months 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 11 months ago
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?
Posted by Josep Vila about 1 year ago
How to block being able to confirm a document using serverless extension
We've tried to block the possiblity to confirm a document from several events without result yet. What we tried :
- Add a custom error message
- Take a field type score and set the value of rir_confidence below the threshold
Here's the documentation we based our trials : https://developers.rossum.ai/docs/automation-rules-overview
Is there a way to that using serverless extensions ?
Thanks
Posted by [email protected] about 1 year ago
Soap request from a serverless extension
Hi, we need to do a soap request from a serverless extension in node.js. Is there a way to do it ? Did you install librairies to do that ? If not it is possible to add one ?
Thanks
Posted by [email protected] about 1 year ago
API Reference Requests
Hi,
iam currently playing around with Rossum with a trial account. Iam also looking into API Integration. For most of the POST endpoints it seems there is documentation missing showing what attributes i can send with that post (e.g. Create a user). It is not clear if the provided curl example is showing all of the available attributes. I wonder if there is some sort of more complete documentation or even a OpenAPI spec available ?
Thank you,
Stefan
Posted by Stefan Weber over 1 year ago
How filter get function
Good morning I§ve been trying to filter data received from get function according the the annotation ID. I implemented the code according to sample codes from your web but still not getting the desired output. This is the code
response = client.get(
f"queues/{QUEUE_ID}/export?format=json&"
f"status=exported&"
f"exported_at_after={date_start.isoformat()}&"
f"page_size=100&page=1&"
f"id = 9600463"
Instead of getting the annotation 9600463 data the response content is all exported annotation exported after the date_start variable.
Posted by Miroslav Bartos over 1 year ago
Units used for position and rir_position
Hi,
I wonder how are calculated units for output document (after processing) for fields: position and rir_position?
Can you point to some documentation, how they are calculated from original file?
I've tried to find some documentation on this topic, but with no success.
If files (pdf, jpg, png, ...) are always converted and normalized first?
They how they relate to original pixels?
Thank you in advance for clarifying this topic.
Best,
Marcin
Posted by Marcin Kierdelewicz over 1 year ago
How to delete queues and workspaces?
Once created, how can we eliminate queues and workspaces from our accounts?
Posted by Daliza Polanco over 1 year ago