פֿרעג דיין PDF
פֿרעג אַ פֿראַגע וועגן דיין PDF און באַקומען אַ ציטירטע ענטפֿער
סעלעקציע:
PDF, וואָרט, PowerPoint אָדער טעקסט — לאָז אַראָפּ, בלעטער אָדער קלעפּ אַ פֿאַרבינדונג
🔒 די טעקע־נאָמען זײַנען ניט־פֿאַרװײַליקע 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.
װײַל
װי צו פֿרעג דיין pdf
1
אַרײַנשטעלן PDF
אױף אַ דאָקומענט — קאָנטראַקט, באַריכט, פּאַפּיר, הענטל אָדער פֿאָרעם
2
פֿרעג אַלץ
אמת, ציפֿערן, דאַטן, טערמינען, באַשרײַבונגען — אין קלאָרער שפּראַך.
3
באַשטעטיק דעם ענטפֿער
קליק אױף דעם בלעטערער צו זען װיפֿל װײַטער עס איז אױף דער בלעטערער
קלײַב אַלץ אױס
- געפֿינען אַ ספּעציפֿישע קלאַס אָדער ציפֿער אין אַ לאַנגן קאָנטראַקט
- פֿרעג אַ פֿאַרשײדענעם װײַזער אױף זײַן מעטאָד, רעזולטאטן אױף זײַנע באַגרענעצונגען
- קלײַב אַלץ אױס
- װײַז אַ קלאָר־שפּראַכדיקע פֿאַרקלײַב פֿון אַ פֿאַרשװײַלענער אָפּטיילונג
פֿראַגעס
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.
ניצן דאָס װײַז־פֿאַרב
װײַז דאָס טעקסט־פֿאָרעם
curl -X POST https://pdf.chat/api/v1/ocr/ \
-H "Authorization: Bearer YOUR_API_TOKEN" \
-F "file=@your-file.pdf" \
-F "tool=ask-pdf"
טעקע־נאָמען 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 דאָקומענטאַציע →