Dear Wiki user,

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

The "Troubleshooting Tika" page has been changed by NickBurch:
https://wiki.apache.org/tika/Troubleshooting%20Tika?action=diff&rev1=1&rev2=2

  = Troubleshooting Apache Tika =
- <<TableOfContents(2)>>
+ <<TableOfContents(3)>>
  Apache Tika is great when it works, but by default can be silently forgiving 
of configuration mistakes. Here we'll try to cover some of the main problems, 
and how to go about diagnosing them
  
  Note that while the underlying cause is often the same no matter how you call 
Tika, the way of telling what's wrong can vary between them.
  
  == Wrong Content Extracted ==
+  * Make sure you're passing Tika the source file you meant to pass, and it 
hasn't been corrupted in the transfer process
+  * Make sure Tika is able to correctly detect your file's type, see 
'''Content Incorrectly Detected'''
+  * Make sure Tika used the parser you meant it to, see '''Wrong Parser Used'''
+  * Make sure you're actually using the version of Tika you meant to use! See 
'''Identifying your Tika Version'''
  
  == No Content Extracted ==
+ 
+ == Wrong Parser Used ==
  
  == Content Incorrectly Detected ==
  
@@ -18, +24 @@

  
  == Mime Type Missing ==
  
+ == Identifying your Tika Version ==
+ === Tika App ===
+ `java -jar tika-app-blah.jar --version`
+ === Tika Server ===
+ Go to `http://localhost:9998/version`
+ === Tika Facade ===
+ ''todo''
+ === Tika Java classes ===
+ ''todo''
+ 

Reply via email to