From the above image from the pdf, I want to fetch specific text which is marked in red. Pdf template is the same for all the documents.
I have tried the get text activity but did not work. On using get text activity, the complete page gets selected.
Hi,
I am opening the pdf document in the chrome browser. When I am trying to select the text from this opened pdf, the complete text gets selected.
On using scraping, it shows error that it is not supported in only internet explorer.
@Ajinkya_Deshmukh Download the PDF, if its in native format, use “Read PDF Text” activity, else use "Read PDF with OCR activty to read the PDF content. The output will be of data type String.
Do string manipulation or use Matches activity with regex pattern to match the value you want to retrieve. This will give you the required values.