Skip to content
Snippets Groups Projects
Commit 24b8710e authored by felixwelter's avatar felixwelter
Browse files
parents e46e1c80 455817bf
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
This micro service enables you to upload pdf slides (e.g. lecture slides) and query them.
# Setup
Pull the image. Replace the version number. If unknown look up the latest version here: https://hub.docker.com/r/fwelter/elastic-search-middleware
Pull the image. Replace the version number. If unknown look up the latest version here: https://hub.docker.com/r/fwelter/wilps_slide_index
`docker pull fwelter/wilps_slide_index:<VERSION_NUMBER>`
......
......@@ -16,7 +16,8 @@ and type-dependent data. e.g.
```
{
"type": "text",
"text": "This will hopefully be useful information."
"text": "This will hopefully be useful information.",
"url": "link_to_external_page_with_more_information"
}
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment