Files
fil/fixtures/plugin_api/ocr_backends_list.json

13 lines
265 B
JSON
Raw Permalink Normal View History

2026-06-01 23:40:55 +02:00
{
"id": "ocr_backends_list",
"category": "ocr_backend_management",
"description": "List all registered OCR backends",
"tags": ["ocr", "plugin_management", "list"],
"call": "list_ocr_backends",
"assertions": [
{
"type": "not_error"
}
]
}