[Translation temporarily unavailable. Please try again.]

या वेळी गडावर जाण्यासाठी गडावरुनच पायी जावे लागते.

📌

लिंक ओढून टाका किंवा चिकटवा

PDF, Word, PowerPoint किंवा पाठ्य — लिंक टाकून द्या, ब्राऊज करा किंवा चिकटवा

🔒 तुमचे फाइल खाजगी पद्धतीने प्रक्रिया केले जातात व आपोआप नष्ट केले जातात. How we handle your data

When you need the takeaways, not the whole story, PDF.chat pulls the key points from any document into a clean, scannable list — each one tied to the page it came from.

It's a TL;DR you can trust: ask for the main points, the action items, or just the risks, and dig into any of them by chatting with the document.

कसे कराल [translation temporarily unavailable. please try again.]

1
दस्तऐवज अपलोड करा
यामध्ये वृत्तपत्र, नियतकालिक, पुस्तके, वृत्तपत्रे इत्यादींचा समावेश होतो.
2
मुख्य बिंदू प्राप्त करा
PDF.chat extracts the essential takeaways as a cited bullet list.
3
ड्रील इन
या योजनेत केवळ एकच योजनेचा भाग असतो, किंवा योजनेचा एक भाग असतो.

सामान्य वापरणी

  • बैठकीपूर्वी अहवालातून मुख्य निष्कर्ष काढून घ्या
  • दीर्घ ईमेल थ्रेड किंवा ज्ञापन पासून क्रिया घटक एक्सट्रॅक करा
  • करारातील मुख्य धोके किंवा जबाबदाऱ्या यादी
  • संशोधन कागदपत्राचे बुलेट TL; DR मिळवाName

वारंवार विचारले जाणारे प्रश्न

Key points give you a scannable bulleted list of the most important takeaways; the summary reads as a paragraph. Both cite their pages.

Yes — ask "list the action items" or "what are the risks?" and it extracts just those.

API द्वारे वापरा

एक POST सह हे साधन प्रोग्रामरित्या चालवा. तुमच्या खात्यापासून API टोकन सह अधिप्रमाणन करा.

curl -X POST https://pdf.chat/api/v1/ocr/ \
  -H "Authorization: Bearer YOUR_API_TOKEN" \
  -F "file=@your-file.pdf" \
  -F "tool=pdf-key-points"

५ पान किंवा कमी फाइल परिणाम इनलाइन करीता परत करतो; अन्यथा कार्य पॉल करा, त्यानंतर डाउनलोड करा md:

curl -L "https://pdf.chat/api/v1/ocr/JOB_UUID/download/?format=md" \
  -H "Authorization: Bearer YOUR_API_TOKEN" -o result.md

त्यानंतर या दस्तऐवजाविषयी प्रश्न विचारा, पानावरील उत्तरांसह:

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"}'
API दस्तऐवजीकरण वाचा →
या पानाचे गुणांकन करा
5.0/5 (0)

आम्ही काय सुधारू शकतो? तुमचा प्रतिसाद आम्हाला समस्या सोडवण्यात मदत करतो.