better tool description, fix steps, no underscores

pull/1/head
Robert Sachunsky 5 years ago committed by GitHub
parent b41278f99b
commit f9125b59d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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"
]
}
}

Loading…
Cancel
Save