mirror of
https://github.com/qurator-spk/ocrd_repair_inconsistencies.git
synced 2025-06-09 19:59:59 +02:00
better tool description, fix steps, no underscores
This commit is contained in:
parent
b41278f99b
commit
f9125b59d8
1 changed files with 5 additions and 5 deletions
|
@ -1,11 +1,11 @@
|
||||||
{
|
{
|
||||||
"tools": {
|
"tools": {
|
||||||
"ocrd_repair_inconsistencies": {
|
"ocrd-repair-inconsistencies": {
|
||||||
"executable": "ocrd_repair_inconsistencies",
|
"executable": "ocrd-repair-inconsistencies",
|
||||||
"categories": [
|
"categories": [
|
||||||
"Layout analysis"
|
"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": [
|
"input_file_grp": [
|
||||||
"OCR-D-SEG-BLOCK"
|
"OCR-D-SEG-BLOCK"
|
||||||
],
|
],
|
||||||
|
@ -13,9 +13,9 @@
|
||||||
"OCR-D-SEG-BLOCK-FIXED"
|
"OCR-D-SEG-BLOCK-FIXED"
|
||||||
],
|
],
|
||||||
"steps": [
|
"steps": [
|
||||||
"layout/segmentation/region",
|
|
||||||
"layout/segmentation/line",
|
"layout/segmentation/line",
|
||||||
"layout/segmentation/words"
|
"layout/segmentation/word",
|
||||||
|
"layout/segmentation/glyph"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue