2020-10-15 15:19:04 +02:00
|
|
|
{
|
|
|
|
"version": "0.0.1",
|
|
|
|
"git_url": "https://github.com/qurator-spk/sbb_binarization",
|
|
|
|
"tools": {
|
|
|
|
"ocrd-sbb-binarize": {
|
|
|
|
"executable": "ocrd-sbb-binarize",
|
2020-10-16 11:31:14 +02:00
|
|
|
"description": "Pixelwise binarization with selectional auto-encoders in Keras",
|
2020-10-15 15:19:04 +02:00
|
|
|
"categories": ["Image preprocessing"],
|
|
|
|
"steps": ["preprocessing/optimization/binarization"],
|
|
|
|
"input_file_grp": [],
|
|
|
|
"output_file_grp": [],
|
|
|
|
"parameters": {
|
2020-10-15 16:39:38 +02:00
|
|
|
"operation_level": {
|
|
|
|
"type": "string",
|
|
|
|
"enum": ["page", "region", "line"],
|
|
|
|
"default": "page",
|
2020-10-15 16:55:17 +02:00
|
|
|
"description": "PAGE XML hierarchy level to operate on"
|
2020-10-15 16:39:38 +02:00
|
|
|
},
|
2020-10-15 15:19:04 +02:00
|
|
|
"patches": {
|
|
|
|
"description": "by setting this parameter to true you let the model to see the image in patches.",
|
|
|
|
"type": "boolean",
|
2020-10-16 11:12:17 +02:00
|
|
|
"default": true
|
2020-10-15 15:19:04 +02:00
|
|
|
},
|
|
|
|
"model": {
|
|
|
|
"description": "models directory.",
|
2020-10-15 16:39:38 +02:00
|
|
|
"type": "string",
|
2020-10-15 15:19:04 +02:00
|
|
|
"required": true
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|