You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by dm...@apache.org on 2020/12/06 22:38:52 UTC

[tika-docker] branch master updated: Updated README.md with section on docker-compose examples

This is an automated email from the ASF dual-hosted git repository.

dmeikle pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tika-docker.git


The following commit(s) were added to refs/heads/master by this push:
     new 9bd0e69  Updated README.md with section on docker-compose examples
9bd0e69 is described below

commit 9bd0e695afabab1e337d29b185c16b6f1838ceab
Author: David Meikle <dm...@apache.org>
AuthorDate: Sun Dec 6 22:36:37 2020 +0000

    Updated README.md with section on docker-compose examples
---
 README.md | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/README.md b/README.md
index f5ba627..9888c8a 100644
--- a/README.md
+++ b/README.md
@@ -70,6 +70,21 @@ Then by mounting this custom configuration as a volume, you could pass the comma
 
 You can see more configuration examples [here](https://tika.apache.org/1.25/configuring.html).
 
+### Docker Compose Examples
+
+There are a number of sample Docker Compose files included in the repos to allow you to test some different scenarios.
+
+These files use docker-compose 3.x series and include:
+
+* docker-compose-tika-vision.yml - TensorFlow Inception REST API Vision examples
+* docker-compose-tika-grobid.yml - Grobid REST parsing example
+* docker-compose-tika-customocr.yml - Tesseract OCR example with custom configuration
+* docker-compose-tika-ner.yml - Named Entity Recognition example
+
+The Docker Compose files and configurations (sourced from _sample-configs_ directory) all have comments in them so you can try different options, or use them as a base to create your own custom configuration.
+
+You can install docker-compose from [here](https://docs.docker.com/compose/install/).
+
 ## Building
 
 To build the image from scratch, simply invoke: