get_document_info
Extract metadata and structural details from LibreOffice documents to analyze content, format, and properties for document management workflows.
Instructions
Get detailed information about a LibreOffice document
Args:
path: Path to the document fileInput Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Full path to the document | |
| exists | Yes | Whether the file exists | |
| format | Yes | Document format (odt, ods, odp, etc.) | |
| filename | Yes | Document filename | |
| size_bytes | Yes | File size in bytes | |
| modified_time | Yes | Last modification time |