get_paragraphs
Extract paragraphs from an opened HWP document by providing its document ID, with optional start index and limit, to retrieve text and index for each paragraph.
Instructions
Get paragraphs from the document.
Args: doc_id: Document ID from open_document start: Starting paragraph index limit: Maximum number of paragraphs to return
Returns: List of paragraphs with text and index
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| start | No | ||
| doc_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||