Nick/Tim,
From https://github.com/chrismattmann/tika-python tika-python uses TIKA_SERVER_CLASSPATH
If you were looking to help us newbies... maybe an example of downloading sqlite-(version).jar (or any parser labeled as "Provided") to TIKA_SERVER_CLASSPATH and executing:
java -cp "$TIKA_SERVER_CLASSPATH" org.apache.tika.server.TikaServerCli --host=localhost --port=12345 --config=./tika-config.xml
A good place to put the note/example could be https://tika.apache.org/1.24/configuring.html#Configuring_Parsers
Thanks again for your help
Regards,
BRAD
BRAD
----- Original message -----
From: Nick Burch <[email protected]>
To: Tim Allison <[email protected]>
Cc: [email protected]
Subject: [EXTERNAL] Re: WARNING: org.xerial's sqlite-jdbc is not loaded for 1.2.4
Date: Wed, Apr 22, 2020 7:34 AM
On Wed, 22 Apr 2020, Tim Allison wrote:
> Y. Agreed. Where should we document this? Where would you look for it?
The Tika Server and Tika App both get a fair bit of use from non-Java devs
Maybe we need a quickstart for non-Java folks section, and probably a
python-specific one as we get loads of queries from newbies on that front
who we want to help!
Nick
