{ "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", "categories": ["Image preprocessing"], "steps": ["preprocessing/optimization/binarization"], "input_file_grp": [], "output_file_grp": [], "parameters": { "operation_level": { "type": "string", "enum": ["page", "region", "line"], "default": "page", "description": "PAGE XML hierarchy level to operate on" }, "patches": { "description": "by setting this parameter to true you let the model to see the image in patches.", "type": "boolean", "default": true }, "model": { "description": "models directory.", "type": "string", "required": true } } } } }