El dimecres, 27 de desembre de 2017, a les 12:26:25 CET, Jeroen Ooms va escriure: > 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.
You want to code the variant of qt5 frontend Poppler::Page::textList() for cpp frontend, it shouldn't be that hard getting inspiration (i.e. almost-copying) the code, do you have time for it? Cheers, Albert > _______________________________________________ > poppler mailing list > [email protected] > https://lists.freedesktop.org/mailman/listinfo/poppler _______________________________________________ poppler mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/poppler
