Capture and PDF

Bot need to capture the decision date on the above image and need to create a folder with the year, month, date and need to download the pdf from that decision date and need to save into the day folder with the CNR number as seen in above image.

Hi @bharadwaj.vuppalapati you can use Read PDF Text activity to scrape the data then you can use reg ex for scrapping the particular text

regex syntax: DecisionDate = System.Text.RegularExpressions.Regex.Match(YourParagraph, “decision date: (\w+\s+\d{1,2},\s+\d{4})”).Groups(“1”).Value

you can do this way also:

This is TestData.pdf which i made from your references
image

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

Thank you,
Akhil

@bharadwaj.vuppalapati,

To help you more quickly, kindly provide more details like,
What’s the webpage URL you are referring?
What approach you have tried and what specific issue you are facing?

Thanks,
Ashok :slight_smile:

Hello Can we connect through google meet if possible