Chat with a Book

Chat with whole books, ebooks and very long PDFs.

📚

Sleep en laat val, of plak 'n skakel aan

PDF, Woord, PowerPoX of teks ← laat val, blaai of plak'n skakel aan

🔒 Jou lêers word privaat verwerk en uitgevee automaties. 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.

Vra'n hoofstuk,'n karakter,'n argument of'n spesifieke gedeelte en kry'n antwoord wat op die teks gebaseer is met'n bladsyverwysing.

Hoe om chat with a book

1
Oplaai die boek
' n ebook (Epub),'n lang PDF, of enige groot dokument.
2
Vra oor die hele ding
PDF.chat finds the relevant pages for your question, however long the book is.
3
Ondersoek hoofstuk deur hoofstuk
Gee'n opsomming van'n deel, teken'n tema of vind'n aanhaling edikt wat almal aangegee word.

Gemeenskaplike gebruike

  • Gesels met'n handboek of niefiksieboek terwyl jy studeer
  • Soek en haal'n gedeelte uit'n lang eboek aan
  • Gee'n opsomming van'n hoofstuk of'n deel van'n lang verslag
  • Vra vrae oor 'n honderdbladsy dokument of doket

Dikwels gevra vrae

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.

Gebruik hierdie deur die API

Laat hierdie gereedskap program met 'n enkele OT loop. Verifiëer met die API-bewys van jou rekening bladsy.

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"

Lêers van 5 bladsye of minder gee terug die resultaat inlyn; andersins stem die werk uit, dan aflaai dit as md:

curl -L "https://pdf.chat/api/v1/ocr/JOB_UUID/download/?format=md" \
  -H "Authorization: Bearer YOUR_API_TOKEN" -o result.md

Vra dan vrae oor die dokument, met antwoorde wat na die bladsy aangegee word:

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"}'
Lees die API docs →
Tempo hierdie bladsy
5.0/5 (0)

Jou terugvoer help ons om geskille reg te stel.