| 236 | } |
| 237 | |
| 238 | export class PdfReadTool extends Tool<z.infer<typeof PdfReadArgs>> { |
| 239 | name = 'pdf_read'; |
| 240 | description = 'Extract text from a PDF file. Works on text-based PDFs (most modern docs from Word/InDesign/print services). For scanned-image PDFs returns [SCANNED_PDF] — use browser_navigate to a PDF viewer + vision_analyze instead. Read-only.'; |
| 241 | isReadOnly = true; |
nothing calls this directly
no outgoing calls
no test coverage detected