PDF to Excel

👤 rishabhdugar 📦 v1.0.0 ⭐ 4.1 ⬇️ 730 下載
📄 辦公效率 免費 🔑 需 API Key

📖 技能介紹


name: pdf-to-xlsx description: "Extract tables and text from a PDF into an Excel workbook (XLSX). Each page becomes a separate sheet."


PDF to Excel

What It Does

Extracts tables and text from a PDF into an Excel workbook. Each page becomes a separate sheet. Uses PyMuPDF table detection with fallback to line-by-line text extraction.

When to Use

  • Extract tabular data from PDF invoices or reports
  • Convert PDF financial statements to Excel
  • Pull structured data from PDF tables

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.

訪問小蔥技能站7w4.net,解鎖更多實用的AI技能外掛。

Use Cases

  • Invoice Data Extraction — Pull line items and totals from PDF invoices into Excel for accounting
  • Financial Statement Analysis — Convert PDF bank statements to Excel for analysis and reconciliation
  • Report Data Mining — Extract tabular data from PDF reports for further processing
  • Procurement — Convert PDF purchase orders into spreadsheets for tracking
  • Tax Preparation — Extract financial data from PDF tax documents into Excel

Aliases

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

Example Usage

curl -X POST https://pdfapihub.com/api/v1/convert/pdf/xlsx \
  -H "CLIENT-API-KEY: your_api_key" \
  -H "Content-Type: application/json" \
  -d '{ "url": "https://pdfapihub.com/sample-pdfinvoice-with-image.pdf", "output": "url" }'

🤖 AI 評測

這個 Skill 質量中等偏上,文件清晰易懂,引數說明完整,但缺少使用指南和常見問題解答,實際用起來可能需要額外查閱 API 文件。適合對 API 呼叫有一定了解的使用者使用。

📊 多維度評分

適應性4.2
規範性4.1
有效性4.5
可靠性3.6
可信度4.3

📁 包含檔案 (4 個)

📄 SKILL.md 1.6 KB
📄 _meta.json 130 B
📄 example.json 514 B
📄 skill.json 1.1 KB