Ace-OCR
Ace-OCR API is built for simplicity. It does exactly what you expect: takes an image of a document whether it’s an invoice, receipt, statement, or article and returns the text it can recognize. OCR depends on the quality of the image. If the text is too faint, distorted, or handwritten, results may vary. Ace-OCR doesn’t claim perfection it delivers what’s possible, reliably and fast, so you can…
Ace-OCR endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Full Text Extraction /texts |
Extracts all recognizable text from an uploaded image (e.g., invoices, receipts, statements, articles). |
| POST |
Keyword-Based Extraction /texts/{keyword} |
Searches for a specific keyword in the image and returns the associated value or text nearby. |
| POST |
Bullet/Item Extraction /texts/{keyword}/list |
Finds a keyword anchor (like “Items” or “Transactions”) and returns the bulleted or enumerated list beneath it. |