I have a pfd file which contain many pages (Downloaded only once in that process).
Now for each transaction i have to fetch a particular page on that pdf file based on a number.
So how can i do it.
Is there any tool. (No need of Abbyy and ocr just need to match a number from that pdf file )
If you want to read the PDF page wise and it is in the proper page wise manner. Then you would just require to Specify which page is to be read using the Read PDF Text Activity like shown below :
Could you let us know if there is a Marker that we could use for Identifying each Page separately, Like the Header and Footer is always present in every page or There is Page Number present in each Page ?
Considering that you would require the Page data where the Policy Number is present, we can use a Regex if there is a similar Pattern observed in each of the pages.