Need an suggestion
Bot need to capture the decision date on the above image and need to create a folder with the same captured decision date and need to download the pdf from that decision date and need to save into the decision date folder.
please help me anyone if you can.
@bharadwaj.vuppalapati
you can do this way also:
This is TestData.pdf which i made from your references
output: 1.Here you have to select your PDF File 2.after selecting file open property and give output variable, here i have give out_Text
Assign-> output: out_Text.Split("Decision date:")(1).Trim.Split("|")(0).Trim
out_Text.Split("Decision date:")(1).Trim.Split("|")(0).Trim
Thank you, Akhil