extract_revisions
Extract tracked changes and comments from DOCX/ODT files as structured JSON, with before/after text per paragraph and pagination support.
Instructions
Extract tracked changes as structured JSON with before/after text per paragraph, revision details, and comments. Supports pagination via offset and limit. Read-only - does not modify the document.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Path to the DOCX or ODT file. | |
| offset | No | 0-based offset for pagination. Default: 0. | |
| limit | No | Max entries per page (1-500). Default: 50. |