I'm Facing issue in Data Table extract from PDF

Hello Forum Members,
When I try to extract data table using data scraping activity from PDF, then It does
not show complete data table format.

Hi @Ankit_Kumar5

Can you share us the Expected output and the output that you got?

Regards
Sudharsan

Hi!

If that pdf is a native pdf you can use data scraping to scrape the data or else you can use this to scrape the entire data.

https://epsilonai.com/how-to-extract-table-from-pdf-in-uipath

Regards,
NaNi

I’m facing this issue, when i extract the data then it does not show in proper data table format.

HI @Ankit_Kumar5

Try like this

  • Read PDF Activity - Used to read the pdf (Set property : preserve format=True)
  • Pass the variable into generate data table Activity and set your column seperator and write in excel.

If possible send the PDF file

Regards
Sudharsan

How can we use column seperator in sales Date column and other headers column.
Plz help.

Try with Tab or space

And also you can try enabling modern experience in project settings and try table extraction
image

Regards
Sudharsan