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.