PDF extraction issue

i have tried to extract data from pdf using screen scrapping, but the output variable does not get expected scrapped value , what should i do ?

@manjirin1

If the pdf is text then you can use Read PDF text activity, this activity will extract the text of PDF

If PDF is scanned then use Read PDF OCR text activity

Once you have the text extracted you can use Regex expression to get your required information

Hope this may help you

Thanks

2 Likes

thank you @Srini84 .