How to parse PDF text read from "Read PDF Activity"

Hi
Read PDF activity gives us a huge string value where all text is extracted from PDF file (either All pages or page range specified). How to parse that text? Means how I can extract value from a particular place etc?

Hi,
To extract the specific value you need to find the start index and end index of the value and pass these index and get the specific value by using substring .

Reference

PS:Please search in the forum before posting. :slight_smile: