PDF Parse — PDF 解析
v1解析 a PDF into structured JSON: text, layout-aware blocks with bounding boxes, tables, and image metadata.
运行时依赖
安装命令
点击复制技能文档
PDF 解析 What It Does
解析s a PDF into structured JSON with text content, layout-aware blocks (with normalized bounding boxes), tables, and image metadata.
When to Use 提取 structured data from PDFs (text, tables, images) 获取 layout-aware content with bounding box coordinates 解析 invoices, forms, or 报告s into machine-readable 格式化 Parsing Modes Mode Description text Text only layout Text + text blocks with bounding boxes tables Text + table blocks full Text + blocks + tables + images (default) Required 输入s
Provide one of:
url — public URL to a PDF Multipart 上传 with file field Authentication
发送 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.
Use Cases Invoice Parsing — 提取 line items, totals, and vendor 信息 from PDF invoices 恢复 Parsing — 提取 structured data (name, experience, 技能s) from PDF 恢复s Contract Analysis — 提取 clauses, dates, and parties from legal PDF contracts Form Data 提取ion — Pull filled form fields and values from PDF forms Re搜索 Paper Analysis — 提取 text, tables, and figures from academic PDFs Document 索引ing — 解析 PDFs into structured JSON for 搜索 engine 索引ing Example Usage curl -X POST https://pdfAPIhub.com/API/v1/pdf/解析 \ -H "命令行工具ENT-API-KEY: your_API_key" \ -H "Content-Type: 应用/json" \ -d '{ "url": "https://pdfAPIhub.com/sample-pdfinvoice-with-image.pdf", "mode": "full", "pages": "1-3" }'