#1345·pdfplumber

Extract hyperlink inside table

Author: petersenmCreated Nov 3, 2025Updated Jan 28, 2026
Labelsfeature-request

Is there any way to extract the URI of a hyperlink during table extraction? The extract_table function works beautifully to extract the table data. However, some cells contain hyperlinked text. I can get the visible text from the table extraction no problem. I can also get the list of URIs from the page properties. But I can't figure out an easy (or any) way to associate the two.

After table extraction, can the coordinates of a particular table "cell" be determined? From that, the URI coordinates could be used to associated the two. But again, from the documentation I'm not seeing a way to determine the row or cell coordinates.

Thanks, Michael