בילד
אַרײַנשטעלן אַ בילד און באַקומען אַ AI באַשרײַבונג פֿון װאָס עס איז
סעלעקציע:
בילד, PDF, וואָרט (DOCX) אָדער טעקסט: לאָז אַראָפּ, בלײַב אױף, קלײַב אױס, אָדער ניצע אַ URL
🔒 די טעקע־נאָמען זײַנען ניט־פֿאַרװײַליקע
Describe Image is an AI image describer: upload any photo, screenshot, or scan and it tells you what the picture shows in clear, natural language. Instead of reading the text inside an image like OCR does, it looks at the whole picture and explains it, the main subjects, the setting, the colors, the action, and the details that matter. If you have ever stared at a file and wondered what it actually is, this turns the image into a description you can read, copy, or feed into something else.
It is built for anyone who needs words for a picture: writers captioning photos, support teams triaging screenshots, researchers cataloging images, and people who simply want to understand an unfamiliar file. Because it runs on our premium AI vision engine, it handles ordinary photos, artwork, diagrams, product shots, and even messy phone snapshots, and it works whether or not the image contains any text at all.
ocr.chat װײַזט אױס די קלײנע זאַך: קײן אױספֿיר־צונויפֿגײט ניט נײן, דער אָריגינעל װײַזט זיך צום װײַט פֿון דער באַשרײַבונג, און טעקע־נאָמען ווערן אויטאָמאַטיש אויסגעלײגט נאָך דער באַהאַנדלונג. ווען דו האָסט אַ באַשרײַבונג, װעלסט קענען פֿרעגן פֿראַגעס וועגן דעם בילד אין דעם שמועס־פּאַן, אױף דער בײַשטײַער פֿון װאָס דער AI האָט געזען. פֿרײַע דערקענונג פֿאַרבינדט אױסגעדרוקטע דאָקומענטן; דער בילד־באַשרײַבער איז אַ טייל פֿון דער AI־פּרימיום־שטײגער, מיט באַצאָלטע פּלאָנען פֿון $5/חודש פֿאַר מער בלעטער, װײַטער־באַהאַנדלונג און API־צוטריט
װי צו בילד
קלײַב אַלץ אױס
- שריפֿטפֿאָרמער און פֿאַרקויף־פֿאָרשער שאַפֿן אונטערשטעלעך און באַשרײַבונגען פֿאַר בילדער און בילדער
- שטיצן און מאָדעראַציע־טעאַמס פֿאַרשטײען שאַרפֿערהייט בילדער און ניצער־געשיקטע בילדער
- פֿאַרשונגס־ און ארקיװיסטן װאָס קלײדן אױס גרײסע בילד־צוזאַמענזאַמלונגן מיט שאָפֿערלעכע באַשרײַבונגען
- קונה און פֿאַרקויף באַשרײַבן פּראָדוקט בילדער פֿאַר ליסטע און אינוועסטמענט
- װאָסערװײַל אױף אײן אופֿן װאָס מען װעט אױפֿהיטן אױף אײן װײַטער־געבוירענעם װײַב, אױף אײן װײַב, אױף אײן װײַב.
- Teams building datasets who need a written description for each image.
פֿראַגעס
ניצן דאָס װײַז־פֿאַרב
Run this tool programmatically with a single POST. Authenticate with the API token from your account page.
curl -X POST https://ocr.chat/api/v1/ocr/ \
-H "Authorization: Bearer YOUR_API_TOKEN" \
-F "file=@your-file.png" \
-F "tool=describe-image"
Files of 5 pages or fewer return the result inline; otherwise poll the job, then download it as txt:
curl -L "https://ocr.chat/api/v1/ocr/JOB_UUID/download/?format=txt" \
-H "Authorization: Bearer YOUR_API_TOKEN" -o result.txt
לייענען די API דאָקומענטאַציע →