Extract highlighted text from the pdf

Dear Team,

I have to extract the highligted text from pdf.
As shown in SS, each parameter has some values in same line.
So requirement is to extract all single line higlighted text in single line with adding separator between each value.

Thanks,
Amol Golhar

If you want to extract text using String Manipulation, enable Preserve Format = True while reading the PDF. This way, the output string will look closer to the actual PDF layout. Save it to a text file and review it before applying string operations.

Alternatively, you can use Document Understanding for extraction.