Skip to content

Commit

Permalink
Add docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-mayer committed Sep 21, 2023
1 parent d5ea16c commit e2a868c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
Test docker image for tika support the filesystem strategy. Based on the official [Apache Tika Image](https://github.com/apache/tika-docker)

## 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
Expand Down

0 comments on commit e2a868c

Please sign in to comment.