Extract Data from multiple page option is showing disable in Modern experience

Hi All,

I need to fetch table from PDF file and it has multiple pages in a PDF. I am trying to using Table Extraction to get table from multiple page. But the option “Extract Data from Multiple page” is disable.

Can someone suggest for this case?

@archana.shukla

May be read each page in a loop and then merge the data

Cheers

Could you please explain lil bit more to understand?

Multi page extraction is about when you have to click “next” in an app or web page to go to the next page of data. It’s not about PDFs. Extract isn’t really for PDFs anyway, you may need to use Document Understanding. Or search the forums as there are tons of posts on this topic.

https://forum.uipath.com/search?q=extract%20table%20from%20pdf

@archana.shukla

  1. Get pdf page count
  2. Use for loop and give list as Enumerable.Range(1,pagecount)
  3. Inside that use extract pdf range with range as currentitem and svae with name x
  4. Now use extract datatable on the file x which is an extract of single pge
  5. Then use a merge datatable

Or else its good we go with form extractors or document understanding which does not need ui activities

Cheers

@Anil_G As per your suggestion. I am trying with DU and there is a problem while creating template from form extract. It is asking for APIKEY. Which APIKey will work in this case.

@archana.shukla

Admin-> Tenant → Services _> Here under document unserstanding you would have api key which you can copy and use

cheers

@Anil_G I am unable to see service option in tenant.
Or Is the Computer Vision APIKey the same?

@archana.shukla

Please use the same

cheers

@Anil_G Thank you for your suggestion.

When I click on Configure button and It is some error.

@Anil_G As I did confirm from Team. We don’t have DU access. Is there any other way to get Table from Multiple PDF pages?

@archana.shukla

above one

cheers