https://issues.apache.org/bugzilla/show_bug.cgi?id=54982

--- Comment #1 from Nick Burch <[email protected]> ---
I'm not sure this'll work, as some of the extractors (eg
XSSFEventBasedExcelExtractor, or fetching the properties extractor) will still
need access to the OPCPackage during their processing of the file. If we close
the package during the create call, these would then break when you tried to
get the text / properties

Also, ExtractorFactory and the associated classes don't receive a lot of work
at the moment, almost all the text extraction effort goes into Apache Tika. You
might want to switch to Tika instead, that uses POI but now generally has
better support + cleaner ways of dealing with temporary resoures

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to