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 ChrisMattmann: http://wiki.apache.org/tika/TikaJAXRS?action=diff&rev1=1&rev2=2 Services: - {{{/meta + {{{ + /meta + }}} HTTP PUTs a document to the /meta service and you get back "text/csv" of the metadata. + + {{{ + /tika }}} + HTTP PUTs a document to the /tika service and you get back the extracted text. HTTP GET prints a greeting stating the server is up. - {{{/tika + {{{ + /unpacker + }}} + HTTP PUTs an embedded document type to the /unpacker service and you get back a zip of the extracted text for each resource filename in the original PUT embedded document type. }}} - HTTP PUTs a document to the /tika service and you get back the extracted text. - HTTP GET prints a greeting stating the server is up. - }}} - - {{{/unpacker - - HTTP PUTs an embedded document type to the /unpacker service and you get back a zip of the extracted text for each resource filename in the original PUT embedded document type. - }}} -
