Document Understanding all page matching info

Hi all,
I have a PDF of 165 pages and I want to scrape page one table data using document understanding. But when I went to make a template I noticed that I have to give every 165 pages matching info, which is not possible.

Is there any way to scrape data just from one page without giving 165-page matching info?

You need to extract data only some Page’s or completely 165 pages total

If you need to extract all the 165 pages data then you need to mention the matching info to the pages

@Abhoy_Kumar_Mondal

I have doubt that if you pass the 165 Page’s in du I mean in digitization it will take more time right while digitizing… I have worked on it soo i have 400 pages so it will taken lots time based on data we spillted soo that’s why I’m asking to you

If you need to split pages let me know i will guide that you

@Abhoy_Kumar_Mondal

I wanted to scrape table data from only page one, but when I uploaded the whole pdf I had to match all the pages by default.

please share the solution by splitting.

You can try this steps it will solve i have given step by step

@Abhoy_Kumar_Mondal

Let me know if you need anything

@Abhoy_Kumar_Mondal

Then I would recommend to split and extract the pdf file first and then try to digitise it

You can use the Extract PDF Page Range activity to split the PDF file into individual pages. Then, you can use the Extract Document Data activity to extract the data from the first page.

https://docs.uipath.com/activities/other/latest/document-understanding/extract-pdf-page-range

As simple as that

Hope this helps

Cheers @Abhoy_Kumar_Mondal

@Praveen_Mudhiraj thanks for your assistance.

Let me tell you the whole scenario.

I have created a taxonomy, three categories for three different page ranges(ex. 1,5-10,50-55pages)

I wanted to convert the 3 tables of pdf into 3 different datatables.
Can I make 3 “manage templates” from “Form Extractor” activity for 3 different page ranges?

Please share the solution.

Can you say that for pages 1,5-10,50-55 all are come always or 1 or 5-10 or 55-10 any one prasent in the pdf

Coming to manage templates, in hole pdf if it has same thing to extract… You can create the 3 template s in single form extractor that will ok
To create

@Abhoy_Kumar_Mondal

But if extracting is different for your all range of pages you can take multiple of form extractors nothing will happen soo it will work

Note : Creating a multiple templates is in the scenario of for example you have one pdf and you need to extract data but the data slightly different like adding extra space at the time you can add multiple templates to that extractor… But extracting fields is different means you need to take the multiple extractor
@Abhoy_Kumar_Mondal

@Abhoy_Kumar_Mondal

You can use multiple extractors and can give one type of template for eqch insteqd of using 1 …this should solve the issue

As far as the case for multiple pages…try to use extract pdf pages activity to get the required pages as one file

Cheers