Chat 带一本书
Chat 上面有整本书,电子书和很长的PDF
拖放,或粘贴链接
PDF、 Word、 PowerPoint 或 文本 - 放下、浏览或粘贴链接
🔒 您的文档是私下处理并自动删除的。 How we handle your data
Whole books and hundred-page PDFs are too long to paste into a chatbot — but not for PDF.chat. It indexes the entire book and retrieves the most relevant pages for each question, so length is never a problem.
询问关于一章、字符、论点或特定段落的询问,并获得有页面引用的文本的答案。
如何 chat 带一本书
1
上传书
电子书(EPUB)、长的PDF或任何大文件。
2
问遍整个事情
PDF.chat找到您问题的相关页面, 无论书的长度有多长。
3
逐章探讨
总结一节、追踪主题或找到引文——所有引文都引用。
通用用途
- 学习时,Chat人有教科书或非小说本
- 查找并引用长长电子书中的一段文字
- 概述长篇报告的一章或一部分
- 查询100页的文件或备审案件
经常问到的问题
Yes — it indexes the whole book and pulls the relevant passages for each question instead of needing the entire text at once.
Yes — "what happens in chapter 7?" or "summarize part two" and it answers from those pages.
通过 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=chat-with-book"
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 文档 →