Discussions
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
Posted by Avinash about 1 month ago
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!
Posted by Joshua Widener about 2 months ago
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?
Posted by Nishanth 6 months ago
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?
Posted by Matt 7 months 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
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.
Posted by Nishanth 8 months ago
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
Posted by Manuel Boissiere 9 months ago
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?
Posted by Nishanth 9 months ago
How can we send a copy of a processed document to another queue?
We have a scenario where the document is processed in one queue and the processed document should be copied to another without moving it from the primary queue. Can we re-route the document without re-processing (AI-engine) document?
Posted by [email protected] 10 months 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