Class ExtractorFactory


  • public final class ExtractorFactory
    extends Object
    Figures out the correct POITextExtractor for your supplied document, and returns it.

    Note 1 - will fail for many file formats if the POI Scratchpad jar is not present on the runtime classpath

    Note 2 - rather than using this, for most cases you would be better off switching to Apache Tika instead!