Is there a method in poppler-cpp to extract text from a pdf document, including the position of each text box? Currently we use page->text() with page::physical_layout which gives all text per page, but I need more detailed information about each text box per page.