frescobaldi / python-poppler-qt5

Python binding to libpoppler-qt5
Other
42 stars 32 forks source link

Text Information extraction #49

Open avirala-eightfold opened 3 years ago

avirala-eightfold commented 3 years ago

Has anyone been able to extract each text box or each word info? As in the font name, size, colour all these things? I am trying to pass the SubType as popplerqt5.Poppler.TextAnnotation.AText in that page.annotations() as an argument but no luck extracting it. If someone has been able to extract any of the above information kindly help.