mirror of
https://github.com/apache/poi.git
synced 2026-02-27 20:40:08 +08:00
Notes on use
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1752222 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e8ff5dc84e
commit
39bd51fbe4
@ -66,6 +66,11 @@ import org.apache.xmlbeans.XmlException;
|
||||
/**
|
||||
* Figures out the correct POITextExtractor for your supplied
|
||||
* document, and returns it.
|
||||
*
|
||||
* <p>Note 1 - will fail for many file formats if the POI Scratchpad jar is
|
||||
* not present on the runtime classpath</p>
|
||||
* <p>Note 2 - rather than using this, for most cases you would be better
|
||||
* off switching to <a href="http://tika.apache.org">Apache Tika</a> instead!</p>
|
||||
*/
|
||||
@SuppressWarnings("WeakerAccess")
|
||||
public class ExtractorFactory {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user