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.
30 lines
1007 B
JSON
30 lines
1007 B
JSON
{
|
|
"version": "0.0.10",
|
|
"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": "Directory containing HDF5 models. Can be an absolute path or a path relative to the current working directory or $SBB_BINARIZE_DATA environment variable (if set)",
|
|
"type": "string",
|
|
"format": "uri",
|
|
"content-type": "text/directory",
|
|
"required": true
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|