You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by Apache Wiki <wi...@apache.org> on 2010/10/01 03:39:37 UTC

[Tika Wiki] Update of "3rd party parser plugins" by JanHoydahl

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Tika Wiki" for change notification.

The "3rd party parser plugins" page has been changed by JanHoydahl.
The comment on this change is: New page.
http://wiki.apache.org/tika/3rd%20party%20parser%20plugins

--------------------------------------------------

New page:
= List of 3rd party parser plugins =

These are 3rd party parser plugins which cannot be included due to licensing incompatibiliy.
To install a plugin, download it according to instructions below and drop the jar(s) on your classpath. Tika will auto detect the plugin.

== Microsoft TNEF / LZFU ==
This is a MS compression format used for compressed RTF, email attachments (like WINMAIL.DAT) and more.
The parser is available from a github fork of the [[http://www.freeutils.net/source/jtnef/|JTNEF project]].

Install instructions:
 * git clone http``://github.com/jukka/jtnef.git jtnef
 * cd jtnef
 * mvn package
 * cp target/jtnef-*.jar $SOMEWHERE_ON_CLASS_PATH

== Your plugin ==
<Your description here>

Install instructions:
 * <Your instructions here>