Closed kevin-guimard-ext closed 1 year ago
Tika-Python should start on its own. My guess is that you should look at the file you downloaded (I am guessing it's not a JAR file). Try doing cat <file>
. Once you get the actual jar file this should work fine.
Hello,
I installed tika but calling the parser would systematically trigger the following error:
So, I downloaded tika-server.jar and added an environment variable pointing to it as explained in the readme page, but it didn't work either.
Kevin