26 lines
600 B
JSON
26 lines
600 B
JSON
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|