| name | document-reader |
| description | Optional bundled plugin for reading structured documents through one unified tool. |
| description_cn | 可选随包插件:通过统一工具读取 DOCX、PPTX、XLSX、XLS 和 PDF 文档。 |
| license | Apache-2.0 |
| type | bundled_plugin |
| source_type | bundled_plugin |
| default_enabled | false |
| metadata | {"author":"deepseek-cowork team","version":"1.0"} |
| security_level | medium |
| allowed-tools | ["document_read"] |
Document Reader
This optional bundled plugin reads structured document formats that plain text file tools intentionally refuse.
Tool
document_read
Reads DOCX, PPTX, XLSX, XLS, or PDF files from the current workspace and returns a unified structured payload with extracted text.
Boundaries
- Use
text_file_read only for plain text files.
- Use
document_read for Office/PDF reads after this plugin is enabled.
- There is no Office/PDF write tool. When the user asks to create or modify Office/PDF files, use
run_python_code with an appropriate library and normal workspace write safety rules.
- This plugin does not use Pandoc.