Is there a way to read the current PDF page that is open on Screen. Since i need to read a specific section in PDF , from multiple PDF files types and the section that needs to be read varies and appears on different page number in different PDF file types.
I have used the Read PDF with OCR , but it takes ‘Range’ parameter that does not allow an option to specify the reading of currently open Page. Is there a way to specify current open page of PDF as an input to the Read PDF with OCR ?
I am opening the PDF, scrolling to that required page , all this done through uipath.
The required page contains the section of PDF i need to read. Once the required Page is open , not sure how to read the content of only that Page instead of the entire PDF document. Since there are PDF files of different types which require different amount of scrolling to reach that page. Currently i am reading the entire content of PDF and using Regex to extract that particular section of content.
Not sure how to catpure the opened page as variable in uipath
It shows the correct current page for the first PDF, for the subsequent one it shows the first captured one. Checked the selector, it has the ‘title’ of the pdf selected and has no option to unselect that. Hence for the other pdf files it does not work. It shows the old value itself.
Thanks its working now. I used ‘Get Text’ Activity and edited the Selector to remove the title of the PDF, it works fine. It is fetching the correct Page number for the respective PDF files. Did not introduce any delay, its working fine without delays.