From b6bde2b7ec702652cd15fb2298baec6feff29509 Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Wed, 15 Dec 2021 11:16:40 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20dinglehopper:=20Document=20dingl?= =?UTF-8?q?ehopper-line-dirs=20in=20the=20README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 6d82541..e7b3c7b 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,15 @@ This generates `report.html` and `report.json`. ![dinglehopper displaying metrics and character differences](.screenshots/dinglehopper.png?raw=true) +### dinglehopper-line-dirs +You also may want to compare a directory of GT text files (i.e. `gt/line0001.gt.txt`) +with a directory of OCR text files (i.e. `ocr/line0001.some-ocr.txt`) with a separate +CLI interface: + +~~~ +dinglehopper-line-dirs gt/ ocr/ +~~~ + ### dinglehopper-extract The tool `dinglehopper-extract` extracts the text of the given input file on stdout, for example: