PDF-sleutelgedagtes
Trek die sleutel wegloopbane uit enige PDF in sekondes.
Sleep en laat val, of plak 'n skakel aan
PDF, Woord, PowerPoX of teks ← laat val, blaai of plak'n skakel aan
🔒 Jou lêers word privaat verwerk en uitgevee automaties. 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.
Hoe om pdf-sleutelgedagtes
Gemeenskaplike gebruike
- Trek die sleutelfistories uit 'n verslag voor 'n vergadering
- Pak die aksie items uit 'n lang e- pos draad of memo
- Lys die hoofsrisiko's of verpligtinge in'n kontrak
- Kry 'n koeël TL; gooi van 'n navorsingspapier
Dikwels gevra vrae
Gebruik hierdie deur die API
Laat hierdie gereedskap program met 'n enkele OT loop. Verifiëer met die API-bewys van jou rekening bladsy.
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"
Lêers van 5 bladsye of minder gee terug die resultaat inlyn; andersins stem die werk uit, dan aflaai dit as md:
curl -L "https://pdf.chat/api/v1/ocr/JOB_UUID/download/?format=md" \
-H "Authorization: Bearer YOUR_API_TOKEN" -o result.md
Vra dan vrae oor die dokument, met antwoorde wat na die bladsy aangegee word:
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"}'
Lees die API docs →