Class FilteredTextStripper


  • class FilteredTextStripper
    extends PDFTextStripper
    TextStripper that only processes glyphs that have angle 0.
    • Constructor Detail

      • FilteredTextStripper

        FilteredTextStripper()
                      throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • processTextPosition

        protected void processTextPosition​(TextPosition text)
        Description copied from class: PDFTextStripper
        This will process a TextPosition object and add the text to the list of characters on a page. It takes care of overlapping text.
        Overrides:
        processTextPosition in class PDFTextStripper
        Parameters:
        text - The text to process.