mirror of
https://github.com/qurator-spk/sbb_binarization.git
synced 2025-07-25 18:59:52 +02:00
add ocrd-tool.json
This commit is contained in:
parent
b8310a4240
commit
150f03154f
2 changed files with 27 additions and 0 deletions
1
ocrd-tool.json
Symbolic link
1
ocrd-tool.json
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
sbb_binarize/ocrd-tool.json
|
26
sbb_binarize/ocrd-tool.json
Normal file
26
sbb_binarize/ocrd-tool.json
Normal file
|
@ -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…
Add table
Add a link
Reference in a new issue