PDF Text Extraction for landscape pages

I’m facing an issue while extracting text from a PDF for automation purposes. Some pages are in standard portrait mode, while others are in landscape orientation. The challenge is to accurately extract the text—especially from the landscape pages—using Regex101.

Hi @rahul.g

Pls check below link,

If helpful, mark as solution tick. Happy automation with UiPath

@rahul.g

Currently what is the issue or error that you are facing?

Cheers

there are some specific page’s in pdf which i need to extract the text, since its in landscape mode i cant able to fetch the exact value using regex101 pattern…

@rahul.g

split the file into separate pages and then read so that you get full data

cheers