read_notebook
Read OCR text from GoodNotes notebooks, returning recognized handwriting with word candidates per page for accurate interpretation.
Instructions
Read OCR text from a GoodNotes notebook.
Returns the handwriting-recognized text for each page, with multiple word candidates separated by | so Claude can pick the best word from context.
Args: notebook_id: The document UUID from list_notebooks page_start: First page to read (1-indexed, default: 1) page_end: Last page to read (0 = all pages, default: 0)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_end | No | ||
| page_start | No | ||
| notebook_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |