You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@poi.apache.org by Neil Benn <be...@mpi-cbg.de> on 2009/01/07 15:51:39 UTC

ExtractorFactory

Hello,

          Looking at the docs for text extraction (here 
<http://poi.apache.org/text-extraction.html>), it mentions a 
ExtractorFactory class which I can use to get extractor interfaces.  
However on the beta4 release and on the head I cannot find this class 
(or the entire package).  Has it gone, will it be back - if not then 
could someone provide me some advice as to what to use instead.  I 
specifically need to be able to extract text from OOXML files as I 
cannot tell my users to not use OOXML files (they won't understand the 
distinction).

  Thank you for your time, if I need to use the head for my work, that 
is OK I understand it is a work in progress and would be happy to 
contribute my findings back.

Cheers,

Neil

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@poi.apache.org
For additional commands, e-mail: user-help@poi.apache.org


Re: ExtractorFactory

Posted by Neil Benn <be...@mpi-cbg.de>.
Nick Burch wrote:
> <snip>
>> it mentions a ExtractorFactory class which I can use to get extractor 
>> interfaces.  However on the beta4 release and on the head I cannot 
>> find this class (or the entire package).
>
> org.apache.poi.extractor.ExtractorFactory is present in beta 4 binary 
> + source releases
>
> If you download the source, you'll spot it in
> src/ooxml/java/org/apache/poi/extractor/
> <snip>
Hello,

          Thanks for that - I found it in the source tree, the mistake i 
made was that I used maven to get hold of 3.5-beta4 but when I 
downloaded the binaries I saw the ooxml library and then found the 
org.apache.poi:poi-ooxml:3.5-beta4 release.

Cheers,

Neil

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@poi.apache.org
For additional commands, e-mail: user-help@poi.apache.org


Re: ExtractorFactory

Posted by Nick Burch <ni...@torchbox.com>.
On Wed, 7 Jan 2009, Neil Benn wrote:
> it mentions a ExtractorFactory class which I can use to get extractor 
> interfaces.  However on the beta4 release and on the head I cannot find 
> this class (or the entire package).

org.apache.poi.extractor.ExtractorFactory is present in beta 4 binary + 
source releases

If you download the source, you'll spot it in
src/ooxml/java/org/apache/poi/extractor/

Nick

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@poi.apache.org
For additional commands, e-mail: user-help@poi.apache.org