Ace-OCR
Turn messy documents into automation-ready data in seconds with this OCR API for invoices, receipts, forms, and other business documents, eliminating manual retyping and data-entry errors while delivering integration-ready outputs such as raw text, metadata-rich markdown, extracted JSON fields, keyword-value pairs, and keyword-based list items.
Ace-OCR endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Full Text Extraction /texts |
Uploads an image file and extracts all visible text using OCR (Optical Character Recognition). The image is automatically cropped to focus on text regions for better accuracy.… |
| POST |
Keyword-Based Extraction /texts/{keyword} |
Uploads an image and searches for a specific keyword, then extracts the associated value that appears after it (e.g., "Date:01/01/2029" would return "01/01/2029" for keyword… |
| POST |
Extract Text as Formatted Markdown /texts/markdown |
The extracted texts will be returned in Markdown Format (.md) |
| POST |
Auto-extraction of Keyword-Values /texts/fields |
Extracts identifiable keyword & its value. |
| POST |
Items Extraction /texts/{keyword}/list |
Uploads an image and finds a keyword, then extracts a list of items that appear vertically below it. Automatically detects numbered lists, bullet points, or aligned text items.… |