בילד צו וואָרט
װײַז בילדער אין רעדאַגירעװדיקע וואָרט דאָקומענטן
סעלעקציע:
בילד, PDF, וואָרט (DOCX) אָדער טעקסט: לאָז אַראָפּ, בלײַב אױף, קלײַב אױס, אָדער ניצע אַ URL
🔒 די טעקע־נאָמען זײַנען ניט־פֿאַרװײַליקע
OCR.chat װײַזט אַ בילד אָדער אַ סקענע אין אַ רעדאַגירער Word דאָקומענט. אַרײַנשטעלן אַ PNG, JPG, WEBP, GIF, BMP, אָדער TIFF און אָפּלאָדירן אַ קלאָרע DOCX מיטן טעקסט דערקענט און צוגעגרייט צו רעדאַגירן אין Microsoft Word, Google Docs, אָדער LibreOffice. דאָס איז דער שנעלסטער אופֿן צו דיגיטאַליזירן אַ אױסגעדרוקטע בלעטערער, אַ בריוו, אָדער אַ בילד פֿון אַ דאָקומענט אין אַ טעקע װאָס איר קענט װײַזן, אָן אַ אַרײַנשרײַב־פּראָצעס
It is made for moments when text is trapped inside an image: a photographed page you want to quote, a printed letter you need to reply to, a flyer you have to update, or handwritten notes you would rather have typed. The fast engine handles printed text for free, and the premium AI engine, tuned for messy and cursive handwriting and complicated layouts, steps in when you need the cleanest Word output.
OCR.chat reads more than 100 languages and never silently translates foreign words, so an image in another language becomes a DOCX in that same language. The recognized text appears next to your original image for review, low-confidence characters are flagged, and your file is processed for OCR and then deleted automatically. You can also export to TXT, Markdown, searchable PDF, CSV, or JSON if you need a different format.
װי צו בילד צו וואָרט
קלײַב אַלץ אױס
- סטודענטן װײַזן בילדער פֿון אױסגעדרוקטע בלעטער און װײַסע באַרײ אין רעדאַגירעװדיקע נאָטיץ
- פּראָפֿעסיאָנאַלן װאָס װײַזן אַ בילד פֿון אַ דרוק־בריוו אָדער אַ מעק־פֿאָרעם אין אַ וואָרט־ענטפֿער
- די װעלט־פֿאַרבאַנד האָט געװוּסט, אַז די װעלט־פֿאַרבאַנד איז אַ װעלט־פֿאַרבאַנד, וואָס איז ניט געװען געװען אין דער װעלט־פֿאַרבאַנד־געשיכטע.
- לײענער איבערזעצן האַנטגעשריבענע אַרבעט־בלאַטן און ענטפֿערן קײלן אין רעדאַגירעװדיקע דאָקומענטן
- קליין געשעפטן דערהייַנטיקן פאָטאָגראַפיע פליגער, מעניו, און סימן אין וואָרט
- Genealogists and historians converting photos of old letters 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-word"
Files of 5 pages or fewer return the result inline; otherwise poll the job, then download it as docx:
curl -L "https://ocr.chat/api/v1/ocr/JOB_UUID/download/?format=docx" \
-H "Authorization: Bearer YOUR_API_TOKEN" -o result.docx
לייענען די API דאָקומענטאַציע →