PDF 基伊
生成一个来自任何PDF的练习测验, 测试你自己。
拖放,或粘贴链接
PDF、 Word、 PowerPoint 或 文本 - 放下、浏览或粘贴链接
🔒 您的文档是私下处理并自动删除的。 How we handle your data
了解你是否真正学到东西的最快方法就是用它来测试。PDF.chat人从任何文件——多选或短答——中产生练习测验,每个文件都有正确的答案和页数。
问文件为什么 并获得一个可以信任的 理由解释
如何 pdf 基伊
1
上传文档
研究说明、教科书、培训手册或任何PDF。
2
生成测验
询问任何几个问题;PDF.chat人用答复和页码编号写出。
3
测试和学习
回答他们,检查文件, 和chat通过你错误的一切。
通用用途
- 使用课程材料进行练习考试
- 以遵守或培训文件询问自己
- 检查您对研究论文的理解
- 为一个研究小组提出审评问题
经常问到的问题
Ask for any number — "make a 10-question quiz" — and it generates them from the document with answers and page references.
Every answer is grounded in your document and cites its source page, so you can verify it.
通过 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-quiz"
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 文档 →