add ocrd-tool.json

pull/5/head
Konstantin Baierer 4 years ago
parent b8310a4240
commit 150f03154f

@ -0,0 +1 @@
sbb_binarize/ocrd-tool.json

@ -0,0 +1,26 @@
{
"version": "0.0.1",
"git_url": "https://github.com/qurator-spk/sbb_binarization",
"tools": {
"ocrd-sbb-binarize": {
"executable": "ocrd-sbb-binarize",
"description": "Smart binarization with sbb_binarization",
"categories": ["Image preprocessing"],
"steps": ["preprocessing/optimization/binarization"],
"input_file_grp": [],
"output_file_grp": [],
"parameters": {
"patches": {
"description": "by setting this parameter to true you let the model to see the image in patches.",
"type": "boolean",
"default": false
},
"model": {
"description": "models directory.",
"format": "string",
"required": true
}
}
}
}
}
Loading…
Cancel
Save