Install
openclaw skills install pdf-to-txtExtract plain text from all or selected pages of a PDF.
openclaw skills install pdf-to-txtExtracts plain text from all or selected pages of a PDF.
Provide one of:
url — public URL to a PDFfile — base64-encoded 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.
/v1/convert/pdf/text is an aliascurl -X POST https://pdfapihub.com/api/v1/convert/pdf/txt \
-H "CLIENT-API-KEY: your_api_key" \
-H "Content-Type: application/json" \
-d '{ "url": "https://pdfapihub.com/sample-pdfapi-intro.pdf", "output": "url" }'