From cfa7d10747a53e864869f0eb0c2beacf400f8c80 Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Tue, 25 Jun 2019 17:54:16 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9C=20Add=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..4543526 --- /dev/null +++ b/README.md @@ -0,0 +1,22 @@ +My OCR-D workflow +================= + +WIP. + +It's easiest to use it as a container. `build` and `run` rely on the Podman +container engine, but should work with s/podman/docker/ too. + +~~~ +cd ~/devel/my_ocrd_workflow +./build +~~~ + +~~~ +cd /path/to/some-ocrd-workspace +~/devel/my_ocrd_workflow/run +~~~ + + +TODO +==== +* How to create a OCR-D workspace?