PDF Flashcards
Skakel enige PDF in'n studieflitskaarte 0°) outomaties om.
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
Studying from a PDF means re-reading the same pages over and over. PDF.chat turns any document into question-and-answer flashcards automatically, so you can test yourself instead of just re-reading.
Each card is drawn from the document and cites its source page, so you always know where the answer comes from — and you can chat to clarify anything you get wrong.
Hoe om pdf flashcards
Gemeenskaplike gebruike
- Maak flitskaarte uit'n handboek hoofstuk vir'n eksamen
- Draai vlakskyfies na 'n vinnige self-toets
- Memoriseer sleutelwoorde en definisies van'n papier
- Bou'n studiedek uit jou eie aantekeninge
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=pdf-flashcards"
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 →