AI.PNG
AI.PNG converts any uploaded image into structured data by running OCR to extract all visible text and returning each snippet with its bounding-box coordinates (x, y, width, height) in image space. This makes downstream processing simple—e.g., placing content on an X/Y grid, indexing fields, or feeding precise regions into other models. It supports multi-line and multi-language text, preserves…
AI.PNG endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
ocr /ocr |
Performs end-to-end OCR on an uploaded image and returns detected text boxes with coordinates, recognized text, and confidence scores. |
AI.PNG pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $1,000 / month | 10 / hour |
|
| ULTRA | $2,000 / month | 10 / minute |
|
| MEGA | $3,000 / month | 10 / second |
|