I'm using TIKA parser for extracting text from PDF but it downloads a tika-server.jar into C:\Users\User\AppData\Local\Temp. Is there a way to make this permanent if I clean "temp" later? Can we use TIKA parser in production?
Tried other libraries like pyPdf2 but it works for some file and doesn't for other files.