sbb_binarization/sbb_binarize/ocrd-tool.json

33 lines
995 B
JSON
Raw Normal View History

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",
"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",
"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
}
}
}
}
}