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?
- While Datalabelling shall we only label that page ?
- 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:
- Activities - Get PDF Page Count (uipath.com) first get your PDF page count
- Activities - Read PDF Text (uipath.com) read each page in a for loop to find the page you want
- Activities - Extract PDF Page Range (uipath.com) to extract the single page required
- You can then feed this one page into DU for processing
Best regards,
Keegan
system
(system)
Closed
4
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.