2017/11/4

tika-core/target/tika-core-*.jar

  Tika core library. Contains the core interfaces and classes of Tika, but none of the parser implementations. Depends only on Java 6.

  Tika 的核心函式庫,不包含任何 Parser

tika-parsers/target/tika-parsers-*.jar

  Tika parsers. Collection of classes that implement the Tika Parser interface based on various external parser libraries.

  Tika Parser 函式庫的彙集

tika-app/target/tika-app-*.jar

  Tika application. Combines the above components and all the external parser libraries into a single runnable jar with a GUI and a command line interface.

  命令列模式的 Tika,相關說明請參考連結

tika-server/target/tika-server-*.jar

  Tika JAX-RS REST application. This is a Jetty web server running Tika REST services.

  在 Jetty 上提供 Tika REST 服務,相關說明請參考連結

tika-bundle/target/tika-bundle-*.jar

  Tika bundle. An OSGi bundle that combines tika-parsers with non-OSGified parser libraries to make them easy to deploy in an OSGi environment.

  Tika 的 OSGi bundle

tika-eval-*.jar

  沒有包含任何 Parser 的版本

參考文件

  Build artifacts
  Download Apache Tika