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
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
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 →