pvginkel / PdfiumViewer

PDF viewer based on Google's PDFium.
Apache License 2.0
967 stars 418 forks source link

Get detailed character information for a pdf page #141

Open fds-ssg opened 6 years ago

fds-ssg commented 6 years ago

Adds GetCharacterInformation function to PdfDocument which will retrieve detailed info about every character on a page, including:

This info can be used for a variety of applications, including rendering visual boundaries on text, identifying text within certain regions, parsing page content into logical units based on position, such as words, tables, etc.