Document understanding (enterprise version consuming AI units) classification question

Hello, I’m on enterprise plan with consumables. I created a project in DU that has 20 document types (all fields configured using uploaded batches), I’m trying to figure out how classifiers defined here work with the classification scope in studio. how to configure the classification scope so that it uses the classifiers in DU rather than the classification json.

or the classification scope is no longer needed? then how should I configure the extraction scope in terms of classifiers?

Can anyone advice?

@lynnsong986

I hope you created an ml skil out of it…

Then you need to use ml classifier and use the created skill in it

Cheers

Thank you so much, yea it makes sense…

1 Like

@Anil_G would you please let me know how to use the semi-structured form AI extractors? I’ve been only using the form AI by creating the end points, but the semi-structured form AI don’t have a publish button…

thank you so much for your time!

@lynnsong986

For what?

Once the labelling is done you need to run the pipeline

Cheers

I haven’t done anything with pipeline and found the documentation confusing, is there a video or link that demonstrate this piece? thank you!

and here is the answer I got from chatgpt4:
In UiPath Document Understanding for handling semi-structured documents, there isn’t a traditional “publish” button as you might see in other parts of the UiPath platform. Instead, the process involves a series of steps to set up and convert your document types for use with the AI models available in UiPath’s AI Center.

Here’s a streamlined approach to getting your endpoint in the context of UiPath Document Understanding:

  1. Creation and Conversion: Start by creating a document type using Forms AI within your Document Understanding project. If you begin with a Forms AI project and need to handle semi-structured documents, you’ll need to convert this document type to a Semi-Structured Document Type. This conversion allows the use of deeper machine learning models and more complex extraction capabilities tailored for semi-structured documents.

  2. Using AI Center: Once you have your document type set up and configured, integrate it with UiPath’s AI Center. In AI Center, you can deploy machine learning models as skills. These ML skills can then be used within your Document Understanding processes.

  3. Endpoint Creation: To create an endpoint, you first need to set up an ML Skill in the AI Center. After setting up the skill, you publish it in AI Center, which provides you with an endpoint. This endpoint can be used in your Document Understanding workflow to apply the ML model to your documents.

  4. Integration in Workflows: Finally, integrate this endpoint within your UiPath Studio by using activities like ML Skill Activity or Document Understanding activities that connect to your ML models in AI Center.

This process leverages the ML capabilities of AI Center to process documents, and there’s no direct “publish” button in the traditional sense within the Document Understanding framework. Instead, endpoints are managed through AI Center where skills are published and maintained.

For detailed guidance on setting up and using these features in UiPath, the Document Understanding and AI Center documentation provides comprehensive resources. You might want to explore more about how to manage document types and integrate ML models directly from the official UiPath documentation.

@lynnsong986

Okay…

So basically you need to follow the below

  1. Upload your docs
  2. Choose a ml model you nees
  3. Label the docs as you need
  4. Then hit on export which would create the required json and all in the dataset
  5. Go to pipelines and select training pipeline…and give the dataset,package and train the mode
  6. Once training is completed select the ml skills and create a skill using the version created after training pipeline

Hope this helps

Cheers

Thank you so much for the steps! This is so helpful!

1 Like

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