You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
896 B
JSON
36 lines
896 B
JSON
{
|
|
"git_url": "https://github.com/qurator-spk/dinglehopper",
|
|
"tools": {
|
|
"ocrd-dinglehopper": {
|
|
"executable": "ocrd-dinglehopper",
|
|
"description": "Evaluate OCR text against ground truth with dinglehopper",
|
|
"input_file_grp": [
|
|
"OCR-D-GT-PAGE",
|
|
"OCR-D-OCR"
|
|
],
|
|
"output_file_grp": [
|
|
"OCR-D-OCR-EVAL"
|
|
],
|
|
"categories": [
|
|
"Quality assurance"
|
|
],
|
|
"steps": [
|
|
"recognition/text-recognition"
|
|
],
|
|
"parameters": {
|
|
"metrics": {
|
|
"type": "boolean",
|
|
"default": true,
|
|
"description": "Enable/disable metrics and green/red"
|
|
},
|
|
"textequiv_level": {
|
|
"type": "string",
|
|
"enum": ["region", "line"],
|
|
"default": "region",
|
|
"description": "PAGE XML hierarchy level to extract the text from"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|