I want to extract the data which is present in header and footer of pdf file.
Can anyone please help me to solve this?.
I want to extract the data which is present in header and footer of pdf file.
Can anyone please help me to solve this?.
@yashashwini2322
Read page and after that make a regex to extract it.
For pdf’s use read pdf activity and later use regex expression to extract the required data from that pdf
For Scanned pdf’s use read pdf with ocr activity and later use regex to extract the required data from that scanned pdf
Hope it works !!