All,

Let's say I don't want to parse old iWorks files (zip-based file
format).  I can exclude that parser via TikaConfig, but then it gets
parsed by the PackageParser.  So, then I have to decorate the
PackageParser with mime-exclude=application/iworks... or add an
EmptyParser that handles application/iWorks.

Do we have a way to say: I only want the PackageParser to process
actual zip files and not zip-based files generally ... without having
to enumerate the zip-based files.

Thank you.

Cheers,

          Tim

Reply via email to