Hey everyone,
I am parsing file systems in hdd images in a c++ program. For further analysis 
I would like to parse the files I find with Tika. The recommended way I found 
was setting up a Tika server and send and recieve files and responses with its 
RESTful interface. Unfortunately I can only send "real" files over that 
interface, but I need to send just the bytes of that file my file system parser 
found (described by the length of the file in bytes and the offset on the hdd).
How can I achieve this? Or what would be an alternative? (The file system 
parser I use is c/c++ only)
Regards

Reply via email to