How to extract table from a PDF file

Hi Guys,

The table in the screenshot belongs to a pdf file. I have to extract the each cell values separately from pdf file. I tried by using generate data table activity, in which i gave the spaces as column separator but the results were not as expected.
As I mentioned the spaces as column separator, the space between C / D in the column3 was considered as separate column
How can I extract the cell values separately without affecting the actual cell values?

Thanks in Advance :slight_smile:

can’t you try it with read pdf text activity and then get the cell value using regex

@codename_9399

You can try with CV Extract Table activity to extract the table data. Activities - CV Extract Table (uipath.com)