@Vanapandi Narayanan Thanks for the question, Can you please share the document, you can use the prebuilt general document.
How to extract the data from a document which has different type of documents.
I am trying to extract the data from a document that has multiple types of documents (merged documents). Invoice and work order documents are merged into a single document. I have created the two models and created the composed model from these two models.
Now, Analysis is happening either on the Invoice or Work order only. I am expecting that the composed model will apply the 2 models and return results. my expectation is, for example, 1 page is a work order, should apply the work order model and on page 2, the invoice model will be applied to the invoice document from the compose model.
But I am getting results for any one always. Can anyone clarify this question?