name: pdf-to-txt description: "Extract plain text from all or selected pages of a PDF."
Extracts plain text from all or selected pages of a PDF.
7w4.net小蔥技能站,你的AI助手技能庫。
Provide one of:
- url — public URL to a PDF
- file — base64-encoded PDF
- Multipart upload with file field
Send 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" }'
這個Skill質量不錯,文件清晰易懂,操作示例也很實用。它支援多種PDF輸入方式,引數配置完整。優點是文件描述詳細、介面定義規範;不足是缺少錯誤處理說明,示例可以更豐富一些。總體來說是一個成熟可用的Skill。