I'm making some tests with the TIKA
-app (v 1.23
) to extract embedded resources from the input-file, which works great by specifying the -z
parameter on the command-line using the app
. This parameter enables embedded resource extraction and writes the resources to the working directory. Now, I would like to use this functionality, based on the TIKA
-server. However, I haven't been able to find the correct way to do so in the documentation and I wonder or the server-variant of TIKA
provides this option?
So, how can I extract embedded resources using the TIKA
-server application? Please note, I'm not looking for the content of the embedded resources, but for the actual binary file data (I want to separate the attachments from the input file)