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

1
Puja el material d' estudi
Un capítol de llibre de text, notes de lliçó, paper d'investigació o PDF.
2
Genera targetes ràpides
PDF.chat writes Q&A cards covering the key facts and concepts.
3
Estudia i clar
Revisa les cartes, i pregunta al document que expliqui tot el que no vas fallar.

Ú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

The AI reads your document and writes question/answer pairs covering the key facts and concepts, citing the page each came from.

Yes — ask "make flashcards on chapter 4" or "cards on the key definitions" and it focuses there.

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

La teva reacció ens ajuda a solucionar problemes.