Class MyFirstTika

java.lang.Object
org.apache.tika.example.MyFirstTika

public class MyFirstTika extends Object
Demonstrates how to call the different components within Tika: its Detector framework (aka MIME identification and repository), its Parser interface, its org.apache.tika.language.LanguageIdentifier and other goodies.

It also shows the "easy way" via AutoDetectParser