Interface TextExtractionStrategy

All Superinterfaces:
RenderListener
All Known Implementing Classes:
FilteredTextRenderListener, GlyphTextRenderListener, LocationTextExtractionStrategy, SimpleTextExtractionStrategy

public interface TextExtractionStrategy extends RenderListener
Defines an interface for RenderListeners that can return text
Since:
5.0.2
  • Method Details

    • getResultantText

      String getResultantText()
      Returns the result so far.
      Returns:
      a String with the resulting text.