From 39bd51fbe409616d717c42e7aa012f31c154fde4 Mon Sep 17 00:00:00 2001 From: Nick Burch Date: Mon, 11 Jul 2016 22:17:34 +0000 Subject: [PATCH] Notes on use git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1752222 13f79535-47bb-0310-9956-ffa450edef68 --- .../java/org/apache/poi/extractor/ExtractorFactory.java | 5 +++++ 1 file changed, 5 insertions(+) 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 { -- 2.39.5