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

1
Puja el llibre
Un llibre d' e (EPUB), un llarg PDF, o qualsevol document gran.
2
Pregunta a través de tot plegat
PDF.chat finds the relevant pages for your question, however long the book is.
3
Exploreu el capítol per capítol
Sumalitza una secció, traça un tema, o troba una cita a l' ordre citada.

Ú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

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.

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 →
Valora aquesta pàgina
5.0/5 (0)

La teva reacció ens ajuda a solucionar problemes.