Interface ITextExtractionStrategy

All Superinterfaces:
IEventListener
All Known Implementing Classes:
FilteredTextEventListener, GlyphTextEventListener, LocationTextExtractionStrategy, SimpleTextExtractionStrategy

public interface ITextExtractionStrategy extends IEventListener
This is a special interface for IEventFilter that returns text as result of its work.
  • Method Details

    • getResultantText

      String getResultantText()
      Returns the text that has been processed so far.
      Returns:
      String instance with the current resultant text