I need to extract coordinates and other info of table border lines using PoDoFo C++ library. I need this information to extract a table with text from a PDF file.
I cannot attach the file itself as it contains my personal information but I'll be attaching a screenshot(personal info is erased).
I tried searching PoDoFo library documentation to extract any information about elements of the PDF but did not found anything. At this moment I can only extract text with built-in PoDoFo API but only position information it contains is coordinates(bounding box is always non present).
