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 ===
