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 2017/05/04 01:36:45 UTC

[Tika Wiki] Update of "TikaJAXRS" by TimothyAllison

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

  $ curl -X PUT --data-binary @GeoSPARQL.pdf http://localhost:9998/tika --header "Content-type: application/pdf"
  $ curl -T price.xls http://localhost:9998/tika --header "Accept: text/html"
  $ curl -T price.xls http://localhost:9998/tika --header "Accept: text/plain"
+ }}}
+ 
+ Use the Boilerpipe handler (equivalent to tika-app's `--text-main`) with text output:
+ {{{
+ $ curl -T price.xls http://localhost:9998/tika/main --header "Accept: text/plain"
  }}}
  
  === Multipart Support ===