Extract table data from a pdf to Excel

I need to extract the table from the pdf as in the below figure, Kindly help me with this

Maybe this can help. Use the solution there.

@Amrutha.mg

Did you try with document understandingb and using any out of box ml models?

Cheers

There is a built in feature of Excel that is able to extract structured data from a PDF. Here are the steps:

  • Open MS-Excel and click on Data > Get Data > From File > From PDF
    Excel Data from PDF

  • The next page will giv you options to load the entire page or sub tables depending on the data you have. Select the appropriate table and click Load.

This will load the data into the excel. If this works for you, then you can save this excel as a template and store the PDF file along with the template.

You can have your UiPath automation read the table.

When you need to update the data, simple copy the PDF file to where the template file is kept and use the refresh data activity and it will update the Excel file with the data from the PDF.