Pregunta-li a PDF

Pregunta qualsevol pregunta sobre la teva PDF i obtenir una resposta citada.

💬

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

Stop scrolling through pages looking for one fact. Upload a PDF and just ask — PDF.chat finds the answer in the document and tells you, with a citation to the exact page.

Perquè cada resposta està castigada en el vostre document i està lligada a la seva font, mai heu de preguntar si l'AI ho va inventar.

Com fer-ho pregunta-li a pdf

1
Puja un PDF
Qualsevol document contracte del contract, informe, paper, manual o formulari.
2
Pregunta qualsevol cosa
Fets, figures, dates, clàusulas, definicions en llenguatge senzill.
3
Verifica la resposta
Feu clic a la citació de pàgina per veure el passatge exacte que prové.

Ús comuns

  • Trobeu una clàusula específica o una figura en un llarg contracte
  • Pregunta a un article d'investigació pel seu mètode, resultats o limitacions
  • Treu una data, total o nom d' un informe instantàniament
  • Obtén una explicació en llenguatge simple d' una secció confusa

Preguntes més freqüents

Every answer cites the page it came from — click the citation to jump to the exact passage and verify it yourself.

Specific questions ("what is the termination notice period?") and open ones ("what are the main risks?") both work.

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=ask-pdf"

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.