Code :
dd= parser.from_file(r"file_path")
Line number 554 in tika .py
resp = verbFn(serviceUrl, encodedData, **effectiveRequestOptions)
Reason in resp was INKApi Error.
I am running tika server on my system.
Code :
dd= parser.from_file(r"file_path")
Line number 554 in tika .py
resp = verbFn(serviceUrl, encodedData, **effectiveRequestOptions)
Reason in resp was INKApi Error.
I am running tika server on my system.
Copyright © 2021 Jogjafile Inc.
First, you can use the docker image to have tika-server up and running:
Once you got the image running could you try to open the file like this?