I am new to UiPath and working on a project where i have to extract table data from pdf to excel. I have tried using Data scrapping and screen scrapping options as well but i could not get the output .
I have gone through similar articles in forum .
But i could not understand the logic.
Can someone help me out to implement the logic in simpler manner .
Main.xaml (11.4 KB)
Hi please find the solution here we have 5 array with speed, driver, car, engine and Date and there is a build data table, all you need is loop each array and add data to data table.
Hii, i have a pdf which has scanned image in table format
how i extract the data from pdf and store in excel
i tried uisng ocr but the extracted output are store in a single cell without alignment can u suggest the solution if possible
i attached my sample pdf file sample…pdf (433.0 KB)
Thanks it worked after package installation. I need to pick data from insurance certificates which are from different insurance companies in different formats. please help which approach should I go.
I have the same trouble, but I am unable to loop through the arrays to get all the information in the different rows. How should I do this? I attached a photo of the pdf as I wasn’t able to upload it.
Read PDF Text→Substring→Split string(output is an array)→Generate Data Table(input: array(0), ColumnSeparators: " ", output: dt)→write range
It’s work for writting first row to excel, use for each, to write all row.