Hi Guys,
So have recently created an ML skill,
However I need to configure it get the labeled document and view the extraction and then put it an excel file.
I have done this before but took the document from a file.
Please help.
Hi Guys,
So have recently created an ML skill,
However I need to configure it get the labeled document and view the extraction and then put it an excel file.
I have done this before but took the document from a file.
Please help.
Can you please elaborate…you create a skill only after doing labeling and then run pipeline…so can you please let us know what you are looking at
cheers
Hi @Aki1111
Can you try this-
Install Python Activities in UiPath
Prepare your ML Model and Python Script.
5.Store the extracted information in suitable variables or data structures for further processing.
6. Export to Excel File:
Thanks!!