How to get the related text if image exists

@ClaytonM , How to get the text if image exits shown below for the corresponding row image

let say in table POH column has any tick mark then i need to get the part number coresponding to the row please help.

I’m taking a guess. you can try Data Scraping on this table to get correlated items from this table into a data table. Based on the scraping you can compare the content on the POH column that corresponds to the ‘Tick’. If it matches get the Column1 value from DataTable.

Provided there are distinct selectors for cells with tick.

@kaderms since this is PDF file data scraping is not working as selectors are not found… please advice