Handwriting Text Detection API
The Handwriting Text Detection API uses advanced AI-powered optical character recognition (OCR) to detect and extract handwritten text from images. It identifies handwritten characters and words, returning structured results that include the recognized text, bounding box coordinates, and confidence scores. This API is designed for applications that need to process handwritten content…
Handwriting Text Detection API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Process OCR | ||
| POST |
Handwriting OCR (Image URL) /runsync |
Recognize Handwritten Text from Image URL Detect and extract handwritten text directly from a public image URL. This endpoint is useful when images are already hosted online and… |
| POST |
Handwriting OCR (Base64 Image) /runsync |
Extract handwritten text from a base64-encoded image using AI handwriting recognition. This endpoint is designed for applications where images are already encoded (mobile apps,… |
| POST |
Handwriting OCR Batch /runsync |
Extract handwritten text from one or more images using AI-powered OCR. Send images either as Base64-encoded strings or public image URLs. The API will analyze each image and… |
| Other endpoints | ||
| POST |
analyze /analyze |
Submit one image and receive the final OCR output in the same response. Returns: - Full extracted text - Region-level bounding boxes - Confidence signals - Language detection… |
| GET |
healthCheck /health |
Returns the health status of the API service |
| GET |
healthCheck /health |
Returns backend worker and queue health statistics |
| POST |
analyzeHandwriting /analyze |
Submit one image and receive the final OCR output in the same response. Returns: - Full extracted text - Region-level bounding boxes - Confidence signals - Language detection… |
Handwriting Text Detection API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 10 / minute |
|
| PRO | $9.97 / month | 15 / second |
|
| ULTRA | $29.97 / month | 15 / second |
|