Extract specific logo with company name from pdf into Excel cell

I would like to extract a specific logo with the company name from a PDF. However. there are many logos inside the PDF. How can I extract the specific one using regex?

I tried to use read pdf text activity but it doesn’t work because it is not a text that can be highlighted.

I also tried to use the extract image from pdf activities but it detects nothing as it is not an image.

Should I use read pdf OCR? How to drop the ocr engine activity? And how can I extract the specific text of the logo company name and insert into cell?

Thanks.

@boxli

How do you know manually which logo to extract?

Is it at any specific location?

If so you can go with read odfocr or even try get ocr text with indicating region or so

Cheers