You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by Apache Wiki <wi...@apache.org> on 2014/05/04 22:48:23 UTC

[Tika Wiki] Update of "TikaJAXRS" by NickBurch

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 NickBurch:
https://wiki.apache.org/tika/TikaJAXRS?action=diff&rev1=20&rev2=21

Comment:
Give accept examples

  === Get the Text of a Document ===
  {{{
  $ curl -X PUT -d @GeoSPARQL.pdf http://localhost:9998/tika --header "Content-type: application/pdf"
- $ curl -T price.xls http://localhost:9998/tika
+ $ curl -T price.xls http://localhost:9998/tika --header "Accept: text/html"
+ $ curl -T price.xls http://localhost:9998/tika --header "Accept: text/plain"
  }}}
  == Unpacker Resource ==
  {{{