PDFcards
Converteix automàticament qualsevol PDF en fitxes d' estudi.
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
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.
Com fer-ho pdfcards
Ús comuns
- Fes fitxes ràpides d' un capítol de text per a un examen
- Converteix les diapositives de les lliçons en una prova ràpida
- Memorixitza els termes clau i definicions d'un paper
- Construeix una baralla d'estudi a les vostres pròpies notes
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=pdf-flashcards"
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 →