read_document_text
Extract text content from LibreOffice documents to access and process information within Writer, Calc, and Impress files for analysis or integration.
Instructions
Extract text content from 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 |
|---|---|---|---|
| content | Yes | The extracted text content | |
| char_count | Yes | Number of characters in the content | |
| page_count | Yes | Number of pages (if available) | |
| word_count | Yes | Number of words in the content |