Hi @Harsha_S1
An i missing something…with keyword you want to extract something else or the keyword only? Or you just need to check for keyword?
If to check use read pdf file …then you will get string… use str.contains(“stringyou want”) and it will give true or false
Cheers