Files
fil/fixtures/plugin_api/extractors_list.json

26 lines
600 B
JSON
Raw Permalink Normal View History

2026-06-01 23:40:55 +02:00
{
"id": "extractors_list",
"category": "document_extractor_management",
"description": "List all registered document extractors",
"tags": ["extractors", "plugin_management", "list"],
"call": "list_document_extractors",
"input": {
"setup": {
"lazy_init_required": {
"languages": ["go"],
"init_action": "extract_file_sync",
"init_data": {
"create_temp_file": true,
"temp_file_name": "test.pdf",
"temp_file_content": "%PDF-1.4\n%EOF\n"
}
}
}
},
"assertions": [
{
"type": "not_error"
}
]
}