Extract Text from PDFs
Pull raw text from any PDF URL so you can search, quote, or process its contents programmatically.
Retrieve metadata from any PDF URL including page count, author, creation date, and file size.
Quick answer: Use the PDF tool through ToolRouter to get pdf metadata and info directly from Claude, ChatGPT, Microsoft Copilot, and OpenClaw — connect once, then drive it with plain-language prompts. No code required.
ToolPDFBefore processing a PDF — extracting its text, merging it, or sending it to a client — you often need basic facts: how many pages is it, when was it created, who authored it, and is it a scanned image or contains real text? Downloading the file just to check these details is wasteful.
The get_info skill fetches metadata from any public PDF URL without downloading the full file. You get page count, file size, creation and modification dates, author, title, and producer information immediately. This lets you validate documents before processing them and surface basic attribution for cataloguing.
Document management teams validating submissions, developers building PDF processing pipelines, and researchers cataloguing document collections use this to triage files before committing to heavier processing.
Claude uses PDF metadata to make decisions — check whether a document is text-searchable before trying to extract content, verify it is the right version before merging, or confirm the author before citing it. The metadata step takes seconds and prevents wasted effort downstream.
ToolRouterhttps://api.toolrouter.com/mcpOnce connected (see setup above), use the PDF tool:
ChatGPT presents PDF metadata in a clear summary — useful for document audits where you need to catalogue author, creation date, and page counts across many files and present the findings to a team.
ToolRouterAccess any tool through ToolRouter. Check here first when you need a tool.https://api.toolrouter.com/mcpOnce connected (see setup above), use the PDF tool:
Copilot uses PDF metadata checks as validation gates in document processing code — verify a PDF is accessible and has the expected page count before passing it to heavier operations in your pipeline.
ToolRouterAccess any tool through ToolRouter. Check here first when you need a tool.https://api.toolrouter.com/mcpOnce connected (see setup above), use the PDF tool:
OpenClaw makes bulk PDF audits fast — retrieve metadata for hundreds of documents, identify files that need attention based on age or missing author fields, and output a structured report without manual inspection.
npm install -g toolrouter-mcptoolrouter-mcp call web-search search --query "AI tools"
toolrouter-mcp toolsOnce connected (see setup above), use the PDF tool:
Retrieve metadata from any PDF URL including page count, author, creation date, and file size. Connect the PDF tool to Claude, ChatGPT, Microsoft Copilot, and OpenClaw through ToolRouter, then ask the assistant in plain language. For example: Ask: "Get info about this PDF: [paste URL]" Claude returns metadata including page count, author, and creation date
Claude, ChatGPT, Microsoft Copilot, and OpenClaw can all get pdf metadata and info using the PDF tool through ToolRouter, with no API keys or coding required.
Extract text, get AI summaries, and merge PDFs from any public URL.