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