From d226486b3fc5f24abc5f31df64113e67cb56c3cf Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Wed, 9 Dec 2020 12:51:00 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20Update=20README=20for=20the=20ne?= =?UTF-8?q?west=20changes=20+=20clean-up?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c1c8c83..b1597e3 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ The document must be specified by its PPN, for example: ~~~ ~/devel/ocrd-galley/ppn2ocr PPN77164308X cd PPN77164308X -~/devel/ocrd-galley/run-docker-hub -I BEST --skip-validation +~/devel/ocrd-galley/my_ocrd_workflow -I BEST --skip-validation ~~~ This produces a workspace directory `PPN77164308X` with the OCR results in it; @@ -104,7 +104,7 @@ for the given images. ~~~ ~/devel/ocrd-galley/ocrd-workspace-from-images 0005.png cd workspace-xxxxx # output by the last command -~/devel/ocrd-galley/run-docker-hub +~/devel/ocrd-galley/my_ocrd_workflow ~~~ This produces a workspace from the files and then runs the OCR workflow on it.