PDF PDF 关键点
几秒钟后把钥匙从任何PDF的取出
拖放,或粘贴链接
PDF、 Word、 PowerPoint 或 文本 - 放下、浏览或粘贴链接
🔒 您的文档是私下处理并自动删除的。 How we handle your data
当你需要外卖时,而不是整个故事,PDF.chat把任何文件的要点都提上一份干净、可扫描的清单——每个清单都与它来自的页面相连。
It's a TL;DR you can trust: ask for the main points, the action items, or just the risks, and dig into any of them by chatting with the document.
如何 pdf pdf 关键点
1
上传文档
一份报告、一份文件、合同或任何长长的PDF。
2
获得关键点
PDF.chat将基本外卖作为引用的子弹清单。
3
钻进
只要求行动项目、仅要求风险或扩大细节范围。
通用用途
- 在会议之前从报告取出主要结论
- 从长电子邮件线索或备忘录中提取动作项
- 列出合同中的主要风险或义务
- 获得子弹穿透的TL;研究论文的DR
经常问到的问题
Key points give you a scannable bulleted list of the most important takeaways; the summary reads as a paragraph. Both cite their pages.
Yes — ask "list the action items" or "what are the risks?" and it extracts just those.
通过 API 使用此功能
程序运行此工具时使用一个 POST 。 验证时使用账户页面上的 API 符号 。
curl -X POST https://pdf.chat/api/v1/ocr/ \
-H "Authorization: Bearer YOUR_API_TOKEN" \
-F "file=@your-file.pdf" \
-F "tool=pdf-key-points"
5页以下的文件, 5页以下的文件返回结果内线; 否则对任务进行民意调查, 然后按 md:
curl -L "https://pdf.chat/api/v1/ocr/JOB_UUID/download/?format=md" \
-H "Authorization: Bearer YOUR_API_TOKEN" -o result.md
并回答页面上引用的答案:
curl -X POST https://pdf.chat/api/v1/chat/JOB_UUID/ \
-H "Authorization: Bearer YOUR_API_TOKEN" \
-H "Content-Type: application/json" \
-d '{"message": "Summarize this document"}'
读取 API 文档 →