get_document_info
Extract key details and metadata from Word documents to analyze content, structure, and properties for informed document management and processing.
Instructions
Get information about a Word document.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
filename | Yes |
Input Schema (JSON Schema)
{
"properties": {
"filename": {
"title": "Filename",
"type": "string"
}
},
"required": [
"filename"
],
"type": "object"
}