PDF to CSV
v1提取 tables and text from a PDF into CSV 格式化 via the PDFAPIHub cloud API. PDFs are 上传ed to pdfAPIhub.com for processing. Requires a 命令行工具ENT-API-KEY header.
运行时依赖
安装命令
点击复制技能文档
PDF to CSV What It Does
提取s tables and text from a PDF into CSV 格式化 via the PDFAPIHub hosted API. Your PDF is 上传ed to PDFAPIHub servers for processing and the 提取ed CSV is returned. Uses structured table 检测ion when avAIlable.
When to Use 提取 tabular data from a PDF as CSV for data processing Pull invoice line items or 报告 data into CSV Required 输入s
Provide one of:
url — public URL to a PDF file — base64-encoded PDF Multipart 上传 with file field Authentication
This 技能 calls the PDFAPIHub hosted API at https://pdfAPIhub.com/API. Your PDF is sent to PDFAPIHub servers for table 提取ion.
发送 your API key in the 命令行工具ENT-API-KEY header.
获取 your free API key at https://pdfAPIhub.com. Full API documentation is avAIlable at https://pdfAPIhub.com/docs.
隐私 note: PDFs you process are 上传ed to PDFAPIHub's cloud 服务. Do not 发送 confidential documents unless you trust the 服务. Files are auto-删除d after 30 days.
Use Cases Data 流水线 Ingestion — 提取 PDF table data as CSV for 导入 into databases or BI 工具s CRM 导入 — Pull contact 列出s from PDF 导出s into CSV for CRM 导入 Inventory Management — Convert PDF inventory 报告s to CSV for spreadsheet 追踪ing Re搜索 Data — 提取 experimental data from PDF papers into CSV for analysis Automated ETL — Feed PDF-提取ed CSV data into automated data processing 流水线s Example Usage curl -X POST https://pdfAPIhub.com/API/v1/convert/pdf/csv \ -H "命令行工具ENT-API-KEY: your_API_key" \ -H "Content-Type: 应用/json" \ -d '{ "url": "https://pdfAPIhub.com/sample-pdfinvoice-with-image.pdf", "输出": "url" }'