Class FilteredText2Markdown


class FilteredText2Markdown extends PDFText2Markdown
PDFText2Markdown that only processes glyphs that have angle 0.
  • Constructor Details

    • FilteredText2Markdown

      FilteredText2Markdown()
  • Method Details

    • 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.