טעקסט פֿאַרבtext-tool-action
איבערזעצן האַנטגעשריבענע נאָטיצן מיט AI
סעלעקציע:
בילד, PDF, וואָרט (DOCX) אָדער טעקסט: לאָז אַראָפּ, בלײַב אױף, קלײַב אױס, אָדער ניצע אַ URL
🔒 די טעקע־נאָמען זײַנען ניט־פֿאַרװײַליקע
Convert handwriting to text with an AI engine tuned for the way people actually write. OCR.chat transcribes handwritten notes, letters, journals, and filled-in forms into clean, typed text you can edit, search, and share, handling print, cursive, and the messy in-between that trips up ordinary OCR.
This tool is for students digitizing lecture notes, researchers transcribing field notebooks and archival letters, professionals clearing a backlog of handwritten forms, and anyone who wants a shoebox of handwritten memories turned into searchable text. Instead of retyping pages by hand, you upload a photo or scan and get an editable transcript back.
Handwriting recognition runs on OCR.chat's premium AI tier, which is what makes difficult cursive and uneven handwriting readable where simpler engines fail. You review the transcription next to your original image with low-confidence words flagged, so you can fix the few tricky spots quickly and trust the rest. It is free to try with no signup.
װי צו טעקסט פֿאַרבtext-tool-action
קלײַב אַלץ אױס
- דיגיטאַליזיר האַנטגעשריבענע פֿאַרשײדענע און באַגעגעניש־נוץ־צוגײן אין אַ שאָף־אינטערעסירטן, רעדאַגירװדיקן טעקסט
- איבער־פֿאַרקער געשיכטע־בריווען, טאָגבוך און ארכיוו־מאַנוסקאָפּעס פֿאַר פֿאַרשפּרייטונג און באַהאַלטונג
- Convert filled-in paper forms and surveys into typed data for processing.
- װײַז פֿילטײל־נאָטיץ און לאַבאָראַטאָריע־נאָטיץ אין טעקסט װאָס דו קענסט אַנאַליסיסירן און אָפּשטעלן
- באַהאַלטע משפּחה־בריוו, רעצעפּטן און זשורנאַלן װי אַ שאָף־פֿאַרבײַכנדיקן דיגיטאַלן טעקסט
- קלײַב אױס אַ װײַטער־פֿאַרבײַטונג פֿון האַנטגעשריבענע אױספֿיר־ אָדער רעגיסטראַציע־פֿאָרמען אין קלײנע אױספֿיר־פֿאָרמען
פֿראַגעס
ניצן דאָס װײַז־פֿאַרב
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=handwriting-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 דאָקומענטאַציע →