איבערזעצונג
OCR און איבערזעצן אַ געסקאַנענער דאָקומענט אין איין שריט
סעלעקציע:
בילד, PDF, וואָרט (DOCX) אָדער טעקסט: לאָז אַראָפּ, בלײַב אױף, קלײַב אױס, אָדער ניצע אַ URL
🔒 די טעקע־נאָמען זײַנען ניט־פֿאַרװײַליקע
Translate a Document reads the text in an image or PDF and translates it into the language you choose, all in a single upload. This is different from ordinary OCR, where foreign words are simply transcribed in their original language. Here the premium AI engine recognizes the text and then translates it, so a scanned document in one language comes back as readable text in another, ready to copy or download.
It is built for travelers, researchers, and legal and business professionals who need to understand documents that are not in their language. Whether it is a contract, an academic paper, a government form, a menu, or a letter, you upload the file, pick a target language, and get a translated version without juggling a separate OCR tool and translation service. Recognition covers 100+ source languages and translation supports the major world languages.
ocr.chat װײַזט דעם אָריגינעל צוזאַמען מיטן רעזולטאט מיט די װײַטער־פֿאַרזיכערטע געביטן, אַזוי אַז דו קענסט זען פּונקט װי עס איז איבערגעזעצט געוואָרן. עס איז ניטאײן אױסצושרײַבן זיך צו פּרובירן, טעקע־נאָמען ווערן אויטאָמאַטיש אויסגעלײגט, און ניטאײן איז קײן מאָל פֿאַרקויף אָדער צוגעטיילט. איבערזעצונג פֿירט זיך אױף דער װײַטער־פֿאַרזיכערטער AI־שטײגער; פריי־צוגײן פֿאַרבינדט אױסגעדרוקטע דאָקומענטן, און באַצאָלטע פּלענער פֿון $5/חודש װײַזן מער בלעטער, װײַזן װײַטער־פֿאַרזיכערטע באַהאַנדלונג, און API־צוגײט
װי צו איבערזעצונג
קלײַב אַלץ אױס
- רעזידענטן איבערזעצן אויסערגעוויינלעכע מײַנעטן, שריפֿטן, פֿאָרמאַטן און בריוו פֿון אַ פֿאָטאָ אויף דער אָרט.
- די לערער האָבן זיך געצויגן צו די לערער און די לערער האָבן זיך געצויגן צו די לערער.
- לעגאַלע טימען װאָס װערן אױסגעפֿירט װי זיי װערן אױסגעפֿירט אין אײן שפּראַך װאָס זיי לײענען ניט.
- װידער אַ מאָל, װידער.
- די יידישע קהילה אין ניו יארק און ניו יארק שטאט איז ענגליש-שפּראַכיקער.
- די סטודענטן אַרבעטן מיט לערנען מאַטעריאַלס און ליטעראַרישע ביכער געשריבן אין אַ פֿרײַער שפּראַך.
פֿראַגעס
ניצן דאָס װײַז־פֿאַרב
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=translate-document" \
-F "translate_to=en"
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 דאָקומענטאַציע →