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.
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
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
Try with Tab or space
And also you can try enabling modern experience in project settings and try table extraction
Regards
Sudharsan