UiPath- IXP ( Generative Extractor)

Hi Team,

Can anyone help me . how to integrate the Trained Gen Extrator model in UiPath-IXP into UiPath studio?

I am unable to manage it due to less resource available in internet.

Suggest some tutorial or help me with solution in detailed.

You need to publish the model and consume it in Document Understanding process.

Thanks!! it works.

Is there a way to extract the table also using this same generative extractor or we need to train ML model for extracting tables ?

Regards,
Ritesh Burman

Yes table extraction is possible.
According to documentation

Treat a field group as a table, with each column acting as a unique field within that group. This approach is key to effective data modeling as it ensures clear differentiation, minimizes data duplication, and increases data consistency.

or Try providing a Prompt with JSON format to extract a table from the document, JSON should match the table format present on document.

If this solves your issue mark my answer as Solution :white_check_mark: which helps others to find solution.

Cheers !!

Cool!!

Can you help me by clearing one more doubt ?

How to migrate this models into different tenant? How the automation will work in production if this is not migrated in prod tenant?

how to tackle this?

Regards,
Ritesh Burman

Consuming cross-organization, cross-tenant, or hybrid projects

To consume cross-organisation, cross-tenant, or hybrid projects, proceed as follows:

  1. Create an external application in the Automation Cloud Admin page. For more details, check Adding an external application.
  2. Copy the App ID and App Secret, which is the password.
  3. Create the Orchestrator asset credential.
  4. Add the credentials to the Configure Extractors wizard.