Discussions

Ask a Question
ANSWERED

Payload/Upload Size limits

Hello, I saw in your list of supported error response codes that your API calls can potentially return 413 if payload size is too big (e.g. uploads). I did not see anywhere in the documentation what the upload size limits are. Is this something you can provide specs on? Thank you
ANSWERED

Current API Rate Limits

Hello, I saw in your list of supported error response codes that your API calls can potentially return 429 for when there are too many requests per minute. I was not able to locate anywhere in the documentation any details about current API request rate limits. Is this something we can get some details and specs on? e.g. are the limits on a per API call basis, or is it overall calls to API? etc.... Thank you,
ANSWERED

Is there any document guidelines to process through AI engine??

I have invoice receipt and retail bills, which are noisy and few are not readable
ANSWERED

Automatically rename files

Is it possible to create an extension script to automatically rename my files to a unique field value after confirmation? If so what would the general logic of that function look like? Thanks!
ANSWERED

How to get usage report for total pages consumed through API ?

We used the API <https://elis.rossum.ai/api/v1/annotations/usage_report> for getting the total document consumed per month. Is there any way we could get the Total pages used per month through any API call or passing a specific parameter to the above API URL?
ANSWERED

How do you check if an invoicehas been back dated

I'm trying to use the value operations extension to check if the `date_issue` field is less than the documents `arrived_by` date. I.e. is the invoice backdated? The extension has no trouble finding the `date_issue` field but it is not able to find the `arrived_by` field I presume because it's in the documents metadata rather than the documents rir fields. Do you know a way of of referencing the documents `arrived_by` field when doing value operations. My value operations config currently looks like this: ```json json { "operations": [ { "condition": "{arrived_by} > {date_issue}", "target_field": "backdated", "default_value": "Yes", "condition_false_default_value": "No" } ] } ``` This results in this error: ``` Schema ID 'arrived_by' not found in the document in Value Operations configuration: {'condition': '{arrived_by} > {date_issue}', 'target_field': 'backdated', 'default_value': 'Yes', 'condition_false_default_value': 'No'} ``` Any ideas?
ANSWERED

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.
ANSWERED

Unable to connect to SFTP with Export to SFTP Server extension

Hi, We are trying to upload the exported documents to an SFTP server. But we land to an error "HTTP error". We checked the credentials for the SFTP and it was correct and also the path was correct. Still we couldn't able to connect and upload the documents. Suggest us some solution for this issue.
ANSWERED

Purchase orders export from PDF to Sage

hi I did not see a Sage connector in the extension store Where we we start to get our purchase orders exported into sage (100/200) Many thx
ANSWERED

Exported annotation data to be sent as an email in raw data format or xlsx format.

We have a use case where, user sends a set of documents via email and after the documents are processed in Rossum the output data should be sent back to the same sender. The output data can be a raw data or it can be generated as an excel. The requirement is we need to send the output data back to the sender through email. Are there any possible ways this can be handled in Rossum?