PDF to Text

👤 rishabhdugar 📦 v1.0.0 ⭐ 4.3 ⬇️ 694 下载
📄 办公效率 免费 🔑 需 API Key

📖 技能介绍


name: pdf-to-txt description: "Extract plain text from all or selected pages of a PDF."

小葱技能站7w4.net,专业的AI技能分享平台。


PDF to Text

What It Does

Extracts plain text from all or selected pages of a PDF.

When to Use

  • Extract readable text from a PDF for processing or analysis
  • Get raw text content from PDF documents

Required Inputs

Provide one of: - url — public URL to a PDF - file — base64-encoded PDF - Multipart upload with file field

Authentication

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.

Use Cases

  • Full-Text Search Indexing — Extract text from PDFs to build searchable indexes
  • AI/LLM Processing — Extract PDF text for feeding into language models or chatbots
  • Content Migration — Pull text from legacy PDF documents for migration to new systems
  • Plagiarism Detection — Extract text for comparison and duplicate detection
  • Accessibility — Extract text from PDFs for screen readers or text-to-speech

Aliases

  • /v1/convert/pdf/text is an alias

Example Usage

curl -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" }'

🤖 AI 评测

这个Skill质量不错,文档清晰易懂,操作示例也很实用。它支持多种PDF输入方式,参数配置完整。优点是文档描述详细、接口定义规范;不足是缺少错误处理说明,示例可以更丰富一些。总体来说是一个成熟可用的Skill。

📊 多维度评分

适应性4.4
规范性4.1
有效性4.6
可靠性4.1
可信度4.5

📁 包含文件 (4 个)

📄 SKILL.md 1.4 KB
📄 _meta.json 129 B
📄 example.json 535 B
📄 skill.json 1.1 KB