From: Nick Burch Date: Mon, 11 Jul 2016 22:17:34 +0000 (+0000) Subject: Notes on use X-Git-Tag: REL_3_15_BETA3~132 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=39bd51fbe409616d717c42e7aa012f31c154fde4;p=poi.git Notes on use git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1752222 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/ooxml/java/org/apache/poi/extractor/ExtractorFactory.java b/src/ooxml/java/org/apache/poi/extractor/ExtractorFactory.java index 5d9b74f0dc..4ba8d8f2f8 100644 --- a/src/ooxml/java/org/apache/poi/extractor/ExtractorFactory.java +++ b/src/ooxml/java/org/apache/poi/extractor/ExtractorFactory.java @@ -66,6 +66,11 @@ import org.apache.xmlbeans.XmlException; /** * 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!

*/ @SuppressWarnings("WeakerAccess") public class ExtractorFactory {