Chat with a Book
Chat with whole books, ebooks and very long PDFs.
Arrossegar i deixar, o enganxar un enllaç
PDF, Word, PowerPoint o text desplegable, navegant o enganxar un enllaç
🔒 Els vostres fitxers es processen en privat i s' esborraran automàticament. 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.
Pregunta sobre un capítol, un caràcter, un argument o un passatge específic, i obtenir una resposta castigada en el text amb una citació de pàgina.
Com fer-ho chat with a book
Ús comuns
- Feu xats amb un llibre de text o no deficció mentre estudieu
- Cerca i cita un passatge d'un llarg llibre d'e-book
- Sumar un capítol o part d' un llarg informe
- Pregunta a través d' un document de cent pàgines o amarxet
Preguntes més freqüents
Useu això mitjançant l' API
Executa aquesta eina programadamàticament amb un únic POST. Autenticar amb el testimoni API del vostre compte.
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"
Fitxers de 5 pàgines o menys retorna el resultat en línia; altrament enquesta el treball, i després baixa- lo com a md:
curl -L "https://pdf.chat/api/v1/ocr/JOB_UUID/download/?format=md" \
-H "Authorization: Bearer YOUR_API_TOKEN" -o result.md
Llavors pregunta sobre el document, amb respostes citades a la pàgina:
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"}'
Llegeix els metges de l' API →