You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@tika.apache.org by Gabriel Valencia <gv...@us.ibm.com> on 2012/03/13 22:22:46 UTC

Determine dependency jars for a parser

Hello

I want to determine what specific dependency jars are needed for a
particular parser, e.g. the iWork parser. Is this information available
anywhere?
--
Gabriel Valencia
Software Development, IBM Content Integrator
gvalenc@us.ibm.com
Tel: 408-463-4133 TL: 543-4133

Re: Determine dependency jars for a parser

Posted by Jukka Zitting <ju...@gmail.com>.
Hi,

On Tue, Mar 13, 2012 at 10:22 PM, Gabriel Valencia <gv...@us.ibm.com> wrote:
> I want to determine what specific dependency jars are needed for a
> particular parser, e.g. the iWork parser. Is this information available
> anywhere?

Not directly. You currently need to look up the sources of the
relevant parser classes to determine which libraries they're using. Or
try removing dependencies until the parser you're interested in no
longer works.

BR,

Jukka Zitting