Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 520 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 520 Bytes

docker-image-tika-test

Test docker image for tika support the filesystem strategy. Based on the official Apache Tika Image

Usage

docker run ghcr.io/kontextwork/tika-server-test:latest

You can request the file either via header or via get parameters. If you use the get parameter you should URL encode the value.

PUT http://localhost:9998/tika/text
fetcherName: fsf
fetchKey: dummy.pdf

PUT http://localhost:9998/tika/text?fetcherName=fsf&fetchKey=dummy.pdf