I am using Document Understanding to process one pdf.
The pdf will be in anyone page amongst 5 page. After digitize step how to get the page number in which the pdf is contained.
Please explain
- Digitization: Use UI Path’s Document Understanding to digitize the PDF.
- Get Page Count: Use the
Get Page Countactivity to get the total number of pages in the PDF. - Find Content: Use
Find Text PositionorFind Elementactivities to locate specific text or elements within each page. - Identify Page: Determine the page number based on where your content is found using the activities mentioned.
This approach helps you pinpoint the page number containing your PDF content after digitization in UI Path.
Regards,