UiPath Datalanelling for multipage

I have a pdf which contains 50 pages.
However out of those 50 pages , only from one page we need to extract details

That page can occur in first page or second page , so on and so forth.
Please help me with the following?

  1. While Datalabelling shall we only label that page ?
  2. Do we need to split the document before processing in DU ?

Thanks,
Ritaman.

hi @Ritaman_Baral,

I can see this is related to your other recent post.
I strongly recommend you develop an RPA sub-process to find and split out just the page you need.

Then you can label only that page.

Consider this:

  1. Activities - Get PDF Page Count (uipath.com) first get your PDF page count
  2. Activities - Read PDF Text (uipath.com) read each page in a for loop to find the page you want
  3. Activities - Extract PDF Page Range (uipath.com) to extract the single page required
  4. You can then feed this one page into DU for processing

Best regards,
Keegan

Hi @Ritaman_Baral

  1. It is enough to label only the required page
    2.Yes, depends on your requirement, you can split the page and send only that page to DU for extraction.

Hope it helps

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.