Package 

Interface ResourceContentExtractor


  • 
    public interface ResourceContentExtractor
    
                        

    Extracts pure content from a marked-up (e.g. HTML) or binary (e.g. PDF) resource.

    • Method Summary

      Modifier and Type Method Description
      Try<String, ReadError> extractText(Resource resource) Extracts the text content of the given resource.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait