Hello all,
I am dealing with an issue where I want to extract specific values from 2 types of invoices and use them in a workflow in order to make specific calculations.
At first I thought I should use Intelligent Indexing for the extraction but I had 2 issues.
- Intelligent indexing has a limit of how many values it can extract and I want to extract more than 25 numeric and 25 text values.
- I tried to use a table in order to extract all the values and bypass the limit, but I was unable to find a way to use these values later in the workflow since they are not assigned to a specific metadata field I could use.
After these attempts I thought of using the document processing functionality. This is a static approach but I don't expect the layout of the invoices to change soon.
The problem is that one of these two invoices is more than 100 pages and document processing cannot process documents above this number.
So the questions are:
- Is there a way to configure intelligent indexing to gather more values than the current limit?
- Is there a way to use the values from the table in the workflow in order to make calculations? For example, can I store them in variable? 50 values->50 variables.
- Can I configure the limit of the 100 pages for the document processing?
- If none of the above is configurable, how should I proceed with my case?
Of course, if there are better approaches to this problem, please add them as well.
I am working on a cloud environment.