PDF PDF 闪卡
将任何 PDF 自动转换为学习答题卡。
拖放,或粘贴链接
PDF、 Word、 PowerPoint 或 文本 - 放下、浏览或粘贴链接
🔒 您的文档是私下处理并自动删除的。 How we handle your data
Studying from a PDF means re-reading the same pages over and over. PDF.chat turns any document into question-and-answer flashcards automatically, so you can test yourself instead of just re-reading.
每张卡片都取自文档并引用其源页,所以你总是知道答案来自何处,你可以chat来澄清你错误之处。
如何 pdf pdf 闪卡
1
上传学习材料
教科书章节、讲义、研究论文或任何PDF。
2
生成答卡
PDF.chat writes Q&A cards covering the key facts and concepts.
3
研究和澄清
检查一下卡片 然后请文件解释你错过了什么
通用用途
- 考试时从教科书章节中制作答题卡
- 将讲座幻灯片变成快速自我测试
- 从文件中统一关键术语和定义
- 从您自己的笔记构建学习甲板
经常问到的问题
The AI reads your document and writes question/answer pairs covering the key facts and concepts, citing the page each came from.
Yes — ask "make flashcards on chapter 4" or "cards on the key definitions" and it focuses there.
通过 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-flashcards"
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 文档 →