Sign inSign up

jbothma/aleph-docker-tikaserver

By jbothma

•Updated over 9 years ago

tika server with ocr

Image
0

1.0K

jbothma/aleph-docker-tikaserver repository overview

⁠aleph-docker-tikaserver

Tika Server for use with Aleph

This repo contains the Dockerfile to create a docker image that contains the latest Ubuntu running the Apache Tika 1.15 Server on Port 9998 using Java 8.

⁠Usage

First you need to pull down the build from Dockerhub, which can be done by invoking:

docker pull opengazettes/aleph-docker-tikaserver

Then to run the container, execute the following command:

docker run -d -p 9998 opengazettes/aleph-docker-tikaserver

⁠Building

To build the image from scratch, simply invoke:

docker build -t 'docker-tikaserver' .

You can then use the following command (using the name you allocated in the build command as part of -t option):

docker run -d -p 9998 docker-tikaserver

⁠More

For more info on Apache Tika Server, go to the Apache Tika Server documentation⁠.

Tag summary

Content type

Image

Digest

Size

264.5 MB

Last updated

over 9 years ago

docker pull jbothma/aleph-docker-tikaserver