How to export & use uipath IXP projects in studio

Hi,

By using UiPath IXP, I build a project to extract data from unstructured documents & published it. How can I use it in the studio projects. Is there any way to do that?

Any Ideas? I couldn’t find much details regarding this?
Please Clarify

Yes, you can use your IXP project in Studio.

Once you’ve built and published the IXP project from the IXP portal, you can integrate it into your Studio project using the “Use IXP Project” activity.

Make sure you have the latest version of the UiPath.DocumentUnderstanding.ML.Activities package installed in Studio.

Then just do the following:

  1. Drag the Use IXP Project activity into your workflow.
  2. Select the IXP project from the dropdown (it should appear if it’s published and your Orchestrator is connected).
  3. Pass the document you want to extract data from.
  4. Retrieve the output (structured data) as needed.

If your IXP project is using a specific schema, you’ll get the extracted fields back in a format you can easily use in your automation.Yes, you can use your IXP project in Studio.

Mark as SOLUTION if this is needful

Happy Automation

check below thread

2 Likes

Hi. I have installed latest UiPath.DocumentUnderstanding.ML.Activities package in studio. but when I search Use IXP Project activity. It is showing no results found. Do i need to install any other packages?

@User0903

There is no such activity..

You need to use generative extractor inside your extract document scope

Cheers

Thanks. I actually tried with generative extractor first before using IXP but it didn’t extracted anything. Then I used IXP unstructured document feature with the same prompts I used in generative extractor. IXP extracted everything as expected. so if i use the generative extractor again now in studio, will it work with the updated capability from IXP or it is not interconnected?

I am not sure how they are working? can u clarify ?

Thanks

@User0903

sry my bad..its document understanding project extractor is what you need to use

install UiPath.intelligentocr.activities package

generative extractor is to use prompts directly in studio

cheers

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.