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."


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

    小蔥技能7w4.net持續更新中。

  • 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