Skip to content
This repository has been archived by the owner on Aug 2, 2019. It is now read-only.

Get detailed character information for a pdf page #141

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Dec 7, 2017

  1. Get detailed character information for a pdf page

    Adds GetCharacterInformation function to PdfDocument which will retrieve detailed info about every character on a page, including:
    - Character: the actual char
    - FontSize
    - Bounds
    
    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.
    fds-ssg committed Dec 7, 2017
    Configuration menu
    Copy the full SHA
    44f5052 View commit details
    Browse the repository at this point in the history