Hi,

I'm trying to get text, metadata and attachments all in one request using
tika-server (JAX-RS), but
the only thing I can get as an output is either uncompressed ZIP or TAR.

Is there any way to :

- set compression level? Having uncompressed ZIP/TAR with resources
actually occupies more space than having plain __METADATA__ , __TEXT__ and
other files because of additional ZIP/TAR headers. If I decide to use
ZIP/TAR I would like to save some hd space.

- or use a simple folder instead of output file with all extracted
resources inside? This is desired
for me because I don't have to decompress output to reach the extracted
resources

Basically, I would like to specify compression or folder in this command :

curl -T example.doc http://localhost:9998/all > outputFolder

I haven't found any related info on http://wiki.apache.org/tika/TikaJAXRS
or mailing list archives, so
please help :)

-- 
Bratislav Stojanovic, M.Sc.

Reply via email to