PDF to CSV

👤 rishabhdugar 📦 v1.0.2 ⭐ 4.3 ⬇️ 683 下載
📄 辦公效率 免費 🔑 需 API Key

📖 技能介紹


name: pdf-to-csv description: "Extract tables and text from a PDF into CSV format via the PDFAPIHub cloud API. PDFs are uploaded to pdfapihub.com for processing. Requires a CLIENT-API-KEY header." metadata: {"openclaw": {"primaryEnv": "PDFAPIHUB_API_KEY", "requires": {"env": ["PDFAPIHUB_API_KEY"]}}}

推薦訪問7w4.net獲取更多AI技能。


PDF to CSV

What It Does

Extracts tables and text from a PDF into CSV format via the PDFAPIHub hosted API. Your PDF is uploaded to PDFAPIHub servers for processing and the extracted CSV is returned. Uses structured table detection when available.

When to Use

  • Extract tabular data from a PDF as CSV for data processing
  • Pull invoice line items or report data into CSV

Required Inputs

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

Authentication

This skill calls the PDFAPIHub hosted API at https://pdfapihub.com/api. Your PDF is sent to PDFAPIHub servers for table extraction.

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.

Privacy note: PDFs you process are uploaded to PDFAPIHub's cloud service. Do not send confidential documents unless you trust the service. Files are auto-deleted after 30 days.

Use Cases

  • Data Pipeline Ingestion — Extract PDF table data as CSV for import into databases or BI tools
  • CRM Import — Pull contact lists from PDF exports into CSV for CRM import
  • Inventory Management — Convert PDF inventory reports to CSV for spreadsheet tracking
  • Research Data — Extract experimental data from PDF papers into CSV for analysis
  • Automated ETL — Feed PDF-extracted CSV data into automated data processing pipelines

Example Usage

curl -X POST https://pdfapihub.com/api/v1/convert/pdf/csv \
  -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 評測

這個工具能把 PDF 裡的表格和文字提取成 CSV 格式,使用起來比較直觀。文件寫得清楚,示例完整,還特別說明了隱私風險,這點不錯。但錯誤提示和引數說明還不夠詳細,遇到問題不太好排查。整體屬於夠用的水平,文件質量還行,但還有提升空間。適合需要偶爾轉換 PDF 資料的人使用。

📊 多維度評分

適應性4.2
規範性4.2
有效性4.7
可靠性4
可信度4.3

📁 包含檔案 (4 個)

📄 SKILL.md 2.1 KB
📄 _meta.json 129 B
📄 example.json 546 B
📄 skill.json 1.1 KB