Files
fil/fixtures/plugin_api/ocr_backends_clear.json

18 lines
319 B
JSON
Raw Permalink Normal View History

2026-06-01 23:40:55 +02:00
{
"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"
}
]
}