extract_revisions
Extract tracked changes from DOCX files as structured JSON, including before/after text per paragraph, revision details, and comments. Supports pagination with offset and limit.
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 |
|---|---|---|---|
| limit | No | Max entries per page (1-500). Default: 50. | |
| offset | No | 0-based offset for pagination. Default: 0. | |
| file_path | Yes | Path to the DOCX or ODT file. |