OpenRekognition API - Image Analysis API
OpenRekognition API is a simple, fast, and cheap API service that you can use to analyze images. Currently there are 3 main features, namely OCR, face detection, and object detection. We will continue to update this project to maximize efficiency and existing features. We use the most accurate and stable model today, you don't need to doubt the reliability of our system, we can provide special…
OpenRekognition API - Image Analysis API endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
OCR - Extract Text from Image /detect-text |
detect and extract any text in images without the need for specific language control |
| POST |
Face Detection /detect-faces |
detect faces from image |
| POST |
Object Detection /detect-labels |
detect and extract any objects from image |