chrismattmann / tika-python

Tika-Python is a Python binding to the Apache Tika™ REST services allowing Tika to be called natively in the Python community.
Apache License 2.0
1.49k stars 234 forks source link

Need to run tika server manualy but previously it works without tika #400

Closed mahmudtopu3 closed 1 year ago

mahmudtopu3 commented 1 year ago

I had used this couple of months ago where I didn't have to configur anyhting on windows but now i need to run this java -jar tika-server-x.x.jar -h 0.0.0.0 in background to run python-tika. Am i doing anything wrong?

chrismattmann commented 1 year ago

Can you provide more detail about what is no longer working? What are the error messages on Windows (if any?) What is present in the temporary director and the tika.log file? Can't really answer much with what you have provided @mahmudtopu3