Install
openclaw skills install pdf-parseParse a PDF into structured JSON: text, layout-aware blocks with bounding boxes, tables, and image metadata.
openclaw skills install pdf-parseParses a PDF into structured JSON with text content, layout-aware blocks (with normalized bounding boxes), tables, and image metadata.
| Mode | Description |
|---|---|
text | Text only |
layout | Text + text blocks with bounding boxes |
tables | Text + table blocks |
full | Text + blocks + tables + images (default) |
Provide one of:
url — public URL to a PDFfile fieldSend your API key in the CLIENT-API-KEY header.
Get your free API key at https://pdfapihub.com. Full API documentation is available at https://pdfapihub.com/docs.
curl -X POST https://pdfapihub.com/api/v1/pdf/parse \
-H "CLIENT-API-KEY: your_api_key" \
-H "Content-Type: application/json" \
-d '{ "url": "https://pdfapihub.com/sample-pdfinvoice-with-image.pdf", "mode": "full", "pages": "1-3" }'