← 返回
未分类 Key 中文

PDF to CSV

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...
通过 PDFAPIHub 云 API 将 PDF 中的表格和文本提取为 CSV 格式。PDF 上传至 pdfapihub.com 进行处理,需要提供 CLIENT-API-KEY...
rishabhdugar rishabhdugar 来源
未分类 clawhub v1.0.2 1 版本 100000 Key: 需要
★ 0
Stars
📥 388
下载
💾 1
安装
1
版本
#latest

概述

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

版本历史

共 1 个版本

  • v1.0.2 当前
    2026-05-07 15:23 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

office-efficiency

Excel / XLSX

ivangdavila
创建、检查和编辑 Microsoft Excel 工作簿及 XLSX 文件,支持可靠的公式、日期、类型、格式、重算及模板保留功能。
★ 384 📥 146,697
office-efficiency

Word / DOCX

ivangdavila
创建、检查和编辑 Microsoft Word 文档及 DOCX 文件,支持样式、编号、修订记录、表格、分节符及兼容性检查等功能。
★ 461 📥 154,335
office-efficiency

Gog

steipete
Google Workspace 命令行工具,支持 Gmail、日历、云端硬盘、通讯录、表格和文档。
★ 931 📥 187,215