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