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.
28 lines
792 B
JSON
28 lines
792 B
JSON
{
|
|
"version": "0.0.2",
|
|
"git_url": "https://github.com/qurator-spk/sbb_binarization",
|
|
"tools": {
|
|
"ocrd-sbb-binarize": {
|
|
"executable": "ocrd-sbb-binarize",
|
|
"description": "Pixelwise binarization with selectional auto-encoders in Keras",
|
|
"categories": ["Image preprocessing"],
|
|
"steps": ["preprocessing/optimization/binarization"],
|
|
"input_file_grp": [],
|
|
"output_file_grp": [],
|
|
"parameters": {
|
|
"operation_level": {
|
|
"type": "string",
|
|
"enum": ["page", "region"],
|
|
"default": "page",
|
|
"description": "PAGE XML hierarchy level to operate on"
|
|
},
|
|
"model": {
|
|
"description": "models directory.",
|
|
"type": "string",
|
|
"required": false
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|