Hi!

Can I force my detectors declared in
META-INF/services/org.apache.tika.detect.Detector to go after standard
ones?

I'm interested in extraction of a few extra things from a subset of MS
files and alike. Since I want to distinguish, e.g. a special subset of
Excel files, I would like to assign a yet another custom MIME type and
call it a sub-class of
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet type.

The problem is that my detector is called before ZipContainerDetector
and lots of metadata are not available at that moment that I'm also
interested in. Right now I derive my detector from ZipContainerDetector
and I call its detect method first. But that seems quite an odd setup as
a downside my type now is a sub class of application/octet-stream.

-- 
Mikhail

Reply via email to