Dear Wiki user,

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

The "TikaJAXRS" page has been changed by maxcom:
http://wiki.apache.org/tika/TikaJAXRS?action=diff&rev1=9&rev2=10

  {{{
  $ curl -T Doc1_ole.doc -H "Accept: application/x-tar" 
http://localhost:9998/unpacker > /var/tmp/x.tar
  }}}
- == "All" resoure ==
+ == "All" resource ==
  Get text, metadata and attachements in one request.
  
  {{{
  $ curl -T Doc1_ole.doc http://localhost:9998/all > /var/tmp/x.zip
  }}}
- Text is stored in "__TEXT__" file, metadata cvs in "__METADATA__". Use 
"accept" header if you want TAR output.
+ Text is stored in {{{__TEXT__}}} file, metadata cvs in {{{__METADATA__}}}. 
Use "accept" header if you want TAR output.
  

Reply via email to