noteker_process_pdf
Convert handwritten notes from a local PDF into clean Markdown. Specify page range and optional context to improve accuracy.
Instructions
Convert a local PDF of handwritten notes into clean Markdown using Claude Vision.
file_path: absolute path to a PDF file on the local filesystem. note_context: optional hint about the content (e.g. 'team meeting 2025-06-20'). Helps Claude resolve ambiguous words. page_start: first page to process (1-based, inclusive). Omit to start from page 1. page_end: last page to process (1-based, inclusive). Omit to process to the last page (capped at max_pages when no range is given).
Pages are sent to Claude Vision in batches of at most 5. Requests spanning more pages are processed as several sequential batches and stitched into one result — the caller always gets back a single combined Markdown document.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_end | No | ||
| file_path | Yes | ||
| page_start | No | ||
| note_context | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |