Apache Tika Server - a content analysis toolkit server
1.7K
Dockerfile linksApache Tika is a content detection and analysis framework, written in Java, stewarded at the Apache Software Foundation. It detects and extracts metadata and text from over a thousand different file types, and as well as providing a Java library, has Server and Command Line editions suitable for use from other programming languages.

Dockerfile in your Tika projectFROM butter/tika-server:1.14
ENTRYPOINT java -jar /usr/local/bin/tika.jar -h 0.0.0.0 -c /tika-config.xml
View license information for Tika.
Content type
Image
Digest
Size
311.5 MB
Last updated
over 9 years ago
docker pull butter/tika-server