On Thu, 5 May 2011, Paul Jakubik wrote:
Is there a way to add and/or replace parsers without modifying Tika source?

I believe that if you put your parser in its own jar, along with a
/META-INF/services/org.apache.tika.parser.Parser file that refences it, then it'll be automatically loaded. I think it needs to be later on the classpath than Tika though if you want to override a built in parser

Nick

Reply via email to