Yeah... While I was writing the e-mail I was suspecting I misunderstood what ExtractorFactory does. I'm actually after a way to identify what type of file I'm inputting. I've figured I can't simply check the extension since there are different types of "doc" that use the same extension.
Pedro Dalcin On Fri, Jul 29, 2011 at 11:29 AM, Nick Burch <[email protected]>wrote: > On Fri, 29 Jul 2011, Pedro Dalcin wrote: > >> POITextExtractor[] embeddedExtractors >> =ExtractorFactory.**getEmbededDocsTextExtractors(**oleTextExtractor); >> >> embeddedExtractos end up empty >> > > Does your document have any other docs embedded in it? I suspect it > doesn't, which is why you're not getting any back > > Nick > > ------------------------------**------------------------------**--------- > To unsubscribe, e-mail: > [email protected].**org<[email protected]> > For additional commands, e-mail: [email protected] > >
