Re: Custom Parser Plugin for Tika Server

2022-10-27 Thread Cihad Guzel
Hi Tim, For now I solved my need by rebuilding the docker image. TIKA-3907 will better solve the need. Thanks, Cihad Güzel Tim Allison , 27 Eki 2022 Per, 15:56 tarihinde şunu yazdı: > I opened https://issues.apache.org/jira/browse/TIKA-3907 for discussion > of options. > > On Wed, Oct 26, 2022

Re: Custom Parser Plugin for Tika Server

2022-10-27 Thread Tim Allison
I opened https://issues.apache.org/jira/browse/TIKA-3907 for discussion of options. On Wed, Oct 26, 2022 at 3:19 PM Tim Allison wrote: > Thank you, Nick. The challenge is that we'll have to refactor our image, > and I worry about breaking stuff. > > On Wed, Oct 26, 2022 at 3:16 PM Nick Burch w

Re: Custom Parser Plugin for Tika Server

2022-10-26 Thread Tim Allison
Thank you, Nick. The challenge is that we'll have to refactor our image, and I worry about breaking stuff. On Wed, Oct 26, 2022 at 3:16 PM Nick Burch wrote: > On Wed, 26 Oct 2022, Tim Allison wrote: > > I've been struggling with this too. Outside of Docker, what I've been > > doing is using a

Re: Custom Parser Plugin for Tika Server

2022-10-26 Thread Nick Burch
On Wed, 26 Oct 2022, Tim Allison wrote: I've been struggling with this too. Outside of Docker, what I've been doing is using a bin/ directory and throwing everything in there and then starting tika-server: java -cp "bin/*" org.apache.tika.server.core.cli.TikaServerCli ... If we moved to that mo

Re: Custom Parser Plugin for Tika Server

2022-10-26 Thread Tim Allison
I've been struggling with this too. Outside of Docker, what I've been doing is using a bin/ directory and throwing everything in there and then starting tika-server: java -cp "bin/*" org.apache.tika.server.core.cli.TikaServerCli ... If we moved to that model in our Docker container, then you coul

Custom Parser Plugin for Tika Server

2022-10-25 Thread Cihad Guzel
Hi, I have prepared a custom parser plugin. I am running a tika server using docker. Is there a way to introduce my parser plugin to the tika server? Or should I create my own custom tika-server jar package? Regards, Cihad Guzel