Hi

I've been trying to add tika 1.1 support to an Eclipse RCP application but am struggling to get the parsers loaded. I have both tika-core-1.1.jar and tika-bundle-1.1.jar plugins added to the target and selected within product and have confirmed both plugins are present in the running program.

The fundamental problem appears to be that the TikaConfig is ultimately reaching ServiceLoader.findServiceResources, looking for META-INF/services/org.apache.tika.parser.Parser. While doing so, it only appears to check the org.apache.tika.core plugin, it doesn't contain it, so not Parsers are available.

Any ideas where I may have gone wrong or how to get it working?

TIA
Kevin.

Reply via email to