MCPcopy Create free account
hub / github.com/QodeXcli/QodeX /

Class

src/tools/filesystem/pdf-read.ts:238–238  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

236}
237
238export 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;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected