API documentation · v2
Introduction
This is an earlier version of our API. For new users, we recommend you use the latest version of our API.
The Handwriting OCR API provides a simple, reliable way to extract text and data from documents and images. Using state-of-the-art OCR technology, it can process handwritten text, printed documents, and structured data like tables. The API is RESTful, uses JSON for response data, and requires authentication via API tokens.
This is an earlier version of our API. For new integrations, use the latest version.
Key Features
- Handwriting recognition and text extraction
- Table structure detection and data extraction
- Support for PDF and common image formats (JPG, PNG, TIFF, etc.)
- Multiple export formats (TXT, DOCX, JSON, CSV, XLSX)
Basic Process
- Upload Document
Start by uploading your document with a specified action:
transcribe: Extract all text from the documenttables: Extract data from tablesextractor: Extract structured data using a Custom Extractor.
- Check Status After upload, your document enters the processing queue. Check its status using the document ID returned in step 1.
- Download Results
Once processing is complete, download the results in your preferred format:
- Transcription: TXT, DOCX, or JSON
- Tables: XLSX or JSON
- Extractor: XLSX, CSV, or JSON.
Getting Started
- Create an account at handwritingocr.com
- Generate an API token in the dashboard
- For Custom Extractors, create and test an Extractor first.
- Test the API with a sample document
- Monitor results in the dashboard
Support
For technical support or questions, contact our support team.