This commit is contained in:
12
fixtures/plugin_api/ocr_backends_list.json
Normal file
12
fixtures/plugin_api/ocr_backends_list.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user