Hey guys,
I’m developing an RPA to read and extract some information from a PDF to Excel, I’m using Document Understanding, but I can only extract one line from the PDF I need to extract all the lines and all the pages from this PDF and add it to an Excel.
Just like @supermanPunch has said more information about the extractor you used will be helpful, UiPath should be able to extract multiple lines from the PDF as your use case requires.
If it is Form or Intelligent Form Extractor remember this you should always train the pdf with maximum number of row items that you can get in your use case (Ex: if you train for 4 row items and if you want to extract it for 10 line item, it can’t do that, instead you should train it for 10 line item)
If you are ML extractor, you should retrain the model with few more invoices to get it work as expected
@Richarlei_Reis If you want to extract any data from the table data we have to define the variable with type as Tabledata since you have to extract more than 1 row and define the columns you want to extract