From f9125b59d87b387a95e1ebc74cc509f0d380be4a Mon Sep 17 00:00:00 2001 From: Robert Sachunsky <38561704+bertsky@users.noreply.github.com> Date: Tue, 26 Nov 2019 12:49:30 +0000 Subject: [PATCH] better tool description, fix steps, no underscores --- ocrd_repair_inconsistencies/ocrd-tool.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ocrd_repair_inconsistencies/ocrd-tool.json b/ocrd_repair_inconsistencies/ocrd-tool.json index c77f431..e5a2148 100644 --- a/ocrd_repair_inconsistencies/ocrd-tool.json +++ b/ocrd_repair_inconsistencies/ocrd-tool.json @@ -1,11 +1,11 @@ { "tools": { - "ocrd_repair_inconsistencies": { - "executable": "ocrd_repair_inconsistencies", + "ocrd-repair-inconsistencies": { + "executable": "ocrd-repair-inconsistencies", "categories": [ "Layout analysis" ], - "description": "Repair glyph/word/line order inconsistencies", + "description": "Re-order glyphs/words/lines top-down-left-right when textually inconsistent with their parents", "input_file_grp": [ "OCR-D-SEG-BLOCK" ], @@ -13,9 +13,9 @@ "OCR-D-SEG-BLOCK-FIXED" ], "steps": [ - "layout/segmentation/region", "layout/segmentation/line", - "layout/segmentation/words" + "layout/segmentation/word", + "layout/segmentation/glyph" ] } }