Hi

We are currently using Tika and it works great so far, but now we would like to have a getParser() method which doesn't depend on the mime-type but rather on a node path or whatever. For example we have different XML within the filesystem, but they all have the same mime-type application/xml, so the only way to differentiate is the path. Also it doesn't seem like one should overwrite TikaConfig

http://incubator.apache.org/tika/apidocs/org/apache/tika/config/TikaConfig.html

How do other people handle such situations?

Thanks

Michael

Reply via email to