[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.]
सामान्य वापरणी
- बैठकीपूर्वी अहवालातून मुख्य निष्कर्ष काढून घ्या
- दीर्घ ईमेल थ्रेड किंवा ज्ञापन पासून क्रिया घटक एक्सट्रॅक करा
- करारातील मुख्य धोके किंवा जबाबदाऱ्या यादी
- संशोधन कागदपत्राचे बुलेट TL; DR मिळवाName
वारंवार विचारले जाणारे प्रश्न
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 दस्तऐवजीकरण वाचा →