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 {