בילד צו טעקסט
אַרײַנשרײַבן טעקסט פֿון אַ בילד, פֿרייַ, ניטאײן אױסגעפֿירטע
סעלעקציע:
בילד, PDF, וואָרט (DOCX) אָדער טעקסט: לאָז אַראָפּ, בלײַב אױף, קלײַב אױס, אָדער ניצע אַ URL
🔒 די טעקע־נאָמען זײַנען ניט־פֿאַרװײַליקע
OCR.chat turns any image into clean, editable text in seconds. Drag in a PNG, JPG, WEBP, GIF, BMP, or TIFF, paste a screenshot straight from your clipboard, and the recognized text appears next to the original so you can check it before you copy. The image to text converter reads more than 100 languages, including Latin, Chinese, Japanese, Korean, Arabic, Cyrillic, and Indic scripts, with no signup required to try it.
It is built for anyone who needs to pull text out of an image instead of retyping it: students copying a passage from a photographed page, developers grabbing an error message from a screenshot, and teams digitizing scanned forms and product labels. The fast engine handles printed text for free, while the premium AI engine takes on messy handwriting, dense tables, and complicated layouts when accuracy matters most.
What sets OCR.chat apart is honesty and control. Foreign words are transcribed exactly as written and never silently translated, low-confidence characters are flagged so you know what to double-check, and your file is processed for OCR and then deleted automatically. Export the result as plain text, Markdown, Word (DOCX), CSV, or JSON, or copy it to your clipboard with one click.
װי צו בילד צו טעקסט
קלײַב אַלץ אױס
- די סטודענטן קאָפּירן ציטאַטן און נאָטיצן פֿון די בילדער פֿון די לימוד־בוך־סײַטן, אין װאָס זיי װײַזן נישט די װײַזונגען.
- Developers and support agents lifting error messages and logs out of screenshots.
- Office teams digitizing scanned forms, business cards, and product labels into editable text.
- פֿאַרשונגער װאָס װײַזן טעקסט פֿון בילדער פֿון ארקיװ־דאָקументן און פֿאָלק־נוטיץ
- צוגעלייגט צו פֿאַרװאַנדל בילדער פֿון טעקסט אין אינהאַלט װאָס אַ שײך־לײענער קען לײענען
- איבערזעצערס און שפּראַך־לערער, װאָס איבערשרײַבן פֿרײַע שפּראַך־צייטונגען און מעניו־פֿאַרבינדונגען פֿאַר דער װײַטערער לערנען.
פֿראַגעס
ניצן דאָס װײַז־פֿאַרב
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=image-to-text"
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 דאָקומענטאַציע →