Unable to read specific data in pdf

I have pdf it contain more than 100 voters name i need to extract electors name, Husband name, House no, Age ,Sex then i need to copied this data into one excel format. while reading any data bot is confusing to take exact data is it possible please provide any sample program,
Please find the below screenshot of pdf.

Hi @pradeep_ch

1.Get your PDF files by using Directory.GetFiles(“your path”, “*.pdf”)
2.Use “Read PDF Text activity” to read your PDF files.
3.Use split String.

4.Take the constant name (Inorder to take your required data).
For ex. use For each ,In your case Elector’s Name is constant

image

5.Do the same logic for all your case .

:slight_smile:

2 Likes

Thank you so much for ur update