nlmatics / nlm-ingestor

This repo provides the server side code for llmsherpa API to connect. It includes parsers for various file formats.
https://www.nlmatics.com
Apache License 2.0
971 stars 124 forks source link

Does the docker image come with the modified tika server? #23

Open samgriek opened 5 months ago

samgriek commented 5 months ago

I'm trying to confirm I have the modified tika server when I run the docker image. In the docs it says that one must set up their own modified tika server and set the env appropriately.

I logged into the docker container and confirmed that the env variable is not set:

# env | grep TIKA_SERVER_ENDPOINT

Additionally, I don't see clear instructions on how to set up one's own modified tika server... can someone point me in the right direction for setting up the modified tika server? Or is it already built into the docker image?

Many thanks!