询问您的 PDF
询问任何关于你的PDF的问题 并获得一个引用的答案
拖放,或粘贴链接
PDF、 Word、 PowerPoint 或 文本 - 放下、浏览或粘贴链接
🔒 您的文档是私下处理并自动删除的。 How we handle your data
Stop scrolling through pages looking for one fact. Upload a PDF and just ask — PDF.chat finds the answer in the document and tells you, with a citation to the exact page.
因为每个答案都基于你的文件 并且与文件的来源相关 你永远不必怀疑 AI是否构成。
如何 询问您的 pdf
1
上传 PDF
任何文件——合同、报告、纸张、手册或表格。
2
询问任何问题
事实、数字、日期、条款、定义——用浅白的语言。
3
校验答案
单击引用页面查看其来自哪个段落。
通用用途
- 在长期合同中找到具体条款或数字
- 就其方法、结果或局限性向研究论文询问
- 立即从报告里找出日期、总数或姓名
- 获取一个简单语言的解释, 以混淆部分
经常问到的问题
Every answer cites the page it came from — click the citation to jump to the exact passage and verify it yourself.
Specific questions ("what is the termination notice period?") and open ones ("what are the main risks?") both work.
通过 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=ask-pdf"
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 文档 →