Handwriting OCR API
✍️ HANDWRITING RECOGNITION • Convert handwritten text to digital text instantly • Support for cursive, print, and mixed styles • Handle messy, rushed, or stylized handwriting • Process multiple handwriting styles in one image 📝 DOCUMENT TYPES • Personal notes and journals • Handwritten letters and cards • Filled forms and applications • Whiteboards and sticky notes • Medical prescriptions and…
Handwriting OCR API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Health Check /health |
Check if the API is online and operational. Returns status and version information. |
| POST |
Parse from URL /parse/url |
Convert handwritten text in an image to digital text. Provide a URL to an image containing handwriting and receive the transcribed text with confidence scores, language… |
| POST |
Parse from Base64 /parse/base64 |
Convert handwritten text from base64-encoded image data. Supports JPEG, PNG, WebP, GIF. |
| POST |
Parse from Upload /parse/upload |
Convert handwritten text from an uploaded image. Supports JPEG, PNG, WebP, GIF. Max 10MB. |