PDF to CSV
/install pdf-to-csv
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 PDFfile— base64-encoded PDF- Multipart upload with
filefield
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" }'
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install pdf-to-csv - 安装完成后,直接呼叫该 Skill 的名称或使用
/pdf-to-csv触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 78 次。
如何安装 PDF to CSV?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install pdf-to-csv」即可一键安装,无需额外配置。
PDF to CSV 是免费的吗?
是的,PDF to CSV 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
PDF to CSV 支持哪些平台?
PDF to CSV 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 PDF to CSV?
由 Rishabh Dugar(@rishabhdugar)开发并维护,当前版本 v1.0.2。