From 053fc0bc34cae169bd1441dd40bc9d0a61c3cf87 Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Fri, 9 Oct 2020 16:55:33 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20README:=20Fix=20error=20in=20ocr?= =?UTF-8?q?d-workspace-from-images=20example?= 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 2556b06..e5377cc 100644 --- a/README.md +++ b/README.md @@ -98,8 +98,8 @@ for the given images. ~~~ ~/devel/my_ocrd_workflow/ocrd-workspace-from-images 0005.png -cd workspace-sj4EH -~/devel/my_ocrd_workflow/run-docker-hub -I BEST --skip-validation +cd workspace-xxxxx # output by the last command +~/devel/my_ocrd_workflow/run-docker-hub ~~~ This produces a workspace from the files and then runs the OCR workflow on it.