18 lines
319 B
JSON
18 lines
319 B
JSON
{
|
|
"id": "ocr_backends_clear",
|
|
"category": "ocr_backend_management",
|
|
"description": "Clear all OCR backends and verify list is empty",
|
|
"tags": [
|
|
"ocr",
|
|
"plugin_management",
|
|
"clear",
|
|
"trait-bridge"
|
|
],
|
|
"call": "clear_ocr_backends",
|
|
"assertions": [
|
|
{
|
|
"type": "not_error"
|
|
}
|
|
]
|
|
}
|