בילד איבערזעצער
איבערזעצן דעם טעקסט אין אַ בילד אָדער בילדצעלן
סעלעקציע:
בילד, PDF, וואָרט (DOCX) אָדער טעקסט: לאָז אַראָפּ, בלײַב אױף, קלײַב אױס, אָדער ניצע אַ URL
🔒 די טעקע־נאָמען זײַנען ניט־פֿאַרװײַליקע
לײענען דעם טעקסט פֿון אַ בילד און איבערזעצן עס אין די שפּראַך פֿון דיין ברירה אין אַ איין אַרײַנשטעלן, גוט פֿאַר שריפֿטן, מעניו־פֿאַרבײַטונגען און דאָקומענטן אין אַ אנדערע שפּראַך
פֿראַגעס
ניצן דאָס װײַז־פֿאַרב
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-translator" \
-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 דאָקומענטאַציע →