Interface BoilerpipeExtractor

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getText​(TextDocument doc)
      Extracts text from the given TextDocument object.
      java.lang.String getText​(java.io.Reader r)
      Extracts text from the HTML code available from the given Reader.
      java.lang.String getText​(java.lang.String html)
      Extracts text from the HTML code given as a String.
      java.lang.String getText​(org.xml.sax.InputSource is)
      Extracts text from the HTML code available from the given InputSource.