From 4265f981213627386114fb59eb37f95530cce4b1 Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Wed, 28 Oct 2020 17:20:47 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20README:=20Use=20"the=20example?= =?UTF-8?q?=20workflow"=20instead=20of=20"the=20workflow"?= 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 36c5f9c..cc329ac 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ocrd-galley A Dockerized test environment for OCR-D processors 🚢 WIP. Given a OCR-D workspace with document images in the OCR-D-IMG file group, -this workflow produces: +the example workflow produces: * Binarized images * Line segmentation @@ -62,7 +62,7 @@ java -jar /path/to/JPageViewer.jar \ OCR-D-OCR-CALAMARI/OCR-D-OCR-CALAMARI_00000024.xml ~~~ -The workflow also produces OCR evaluation reports using +The example workflow also produces OCR evaluation reports using [dinglehopper](https://github.com/qurator-spk/dinglehopper), if ground truth was available: ~~~