On Tue, 13 Jul 2010, Arturo Beltran wrote:
I'm calling my parser using the Tika-app included, so I think I'm using AutoDetectParser.

You have to explicitly tell the AutoDetectParser to try your parser, in addition to the mime type definition

List your new parser in:
tika-parsers/src/main/resources/META-INF/services/org.apache.tika.parser.Parser
and I think it should then be picked up

Nick

Reply via email to