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=2&rev2=3

   * Make sure you're actually using the version of Tika you meant to use! See 
'''Identifying your Tika Version'''
  
  == No Content Extracted ==
+  * Make sure Tika is able to correctly detect your file's type, see 
'''Content Incorrectly Detected'''
+  * Make sure Tika has the parser for your format, and its dependencies, 
available and working. See '''Parsers Missing'''
+  * Make sure you're actually using the version of Tika you meant to use! See 
'''Identifying your Tika Version'''
  
  == Wrong Parser Used ==
  
@@ -24, +27 @@

  
  == Mime Type Missing ==
  
+ 
  == Identifying your Tika Version ==
  === Tika App ===
  `java -jar tika-app-blah.jar --version`
@@ -34, +38 @@

  === Tika Java classes ===
  ''todo''
  
+ == Identifying what Mime Types your Tika install supports ==
+ === Tika App ===
+ `java -jar tika-app-blah.jar --list-supported-types`
+ === Tika Server ===
+ Go to `http://localhost:9998/mime-types`
+ === Tika Facade ===
+ ''todo''
+ === Tika Java classes ===
+ ''todo''
+ 
+ == Identifying what Parsers your Tika install supports ==
+ === Tika App ===
+ `java -jar tika-app-blah.jar --list-parsers`
+ === Tika Server ===
+ Go to `http://localhost:9998/parsers`
+ === Tika Facade ===
+ ''todo''
+ === Tika Java classes ===
+ ''todo''
+ 
+ == Identifying what Detectors your Tika install supports ==
+ === Tika App ===
+ `java -jar tika-app-blah.jar --list-detectors`
+ === Tika Server ===
+ Go to `http://localhost:9998/detectors`
+ === Tika Facade ===
+ ''todo''
+ === Tika Java classes ===
+ ''todo''
+ 
+ == Identifying is any Parsers failed to be loaded ==
+ == Identifying is any Detectors failed to be loaded ==
+ 

Reply via email to