I am happily using Tika Server to replace some in-memory usage of Apache Tika we have been using for years.
I am stuck with one thing.... I have sent a file to be parsed to the unpack endpoint /unpack/all I get back a zip file with the metadata, and text extracted. Great! But some docs failed to parse, and I'll need to know why. For example, something is encrypted. But the response comes back 422. What I really need is to get feedback from the tika server why it failed. In particular, the error message. Is there another endpoint I should be using? -NIcholas DIPiazza