Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 962 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 962 Bytes

Supported tags and respective Dockerfile links

What is Tika?

Apache 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.

wikipedia.org/Apache_Tika

logo

How to use this image

Create a Dockerfile in your Tika project

FROM butter/tika-server:1.14
ENTRYPOINT java -jar /usr/local/bin/tika.jar -h 0.0.0.0 -c /tika-config.xml

License

View license information for Tika.