🚰🔌 Power Meter and Water Meter OCR
🚰🔌 ระบบสำหรับอ่ านตัวเลขบนมิเตอร์ไฟฟ้าและมิเตอร์น้ำ
Water Meter OCR is an iApp's AI service that automatically reads and digitizes water meter and power meter readings. The service can detect and extract numbers from both round and rectangular meter faces.
Try Demo!
Getting Started
-
Prerequisites
- An API key from iApp Technology
- Clear images of water/power meters
- Internet connection
-
Quick Start
- Fast meter reading recognition
- Support for multiple meter types
- Simple REST API interface
-
Key Features
- Automated meter reading detection
- High accuracy digit recognition
- Fast response time
- Easy integration
-
Security & Compliance
- GDPR and PDPA compliant
- No data retention after processing
How to get API Key?
Please visit API Key Management page to view your existing API key or request a new one.
API Endpoints
| Endpoint | Method | Description | Cost |
|---|---|---|---|
/v3/store/smart-city/power-meter-and-water-meterLegacy: /meter-number-ocr | POST | Extract readings from power/water meters | 1 IC per request |
/v3/store/smart-city/power-meter-and-water-meter/fileLegacy: /meter-number-ocr/file | POST | Extract readings from meter image file | 1 IC per request |
/v3/store/smart-city/power-meter-and-water-meter/base64Legacy: /meter-number-ocr/base64 | POST | Extract readings from base64 meter image | 1 IC per request |
Example
Power and Water Meter in Real Life Application
1. Water Meter With Round Face
Example 1

Example 2

2. Water Meter With Rectangle Face

Request
curl --location --request POST 'https://api.iapp.co.th/meter-number-ocr/file' \
--header 'apikey: ----Your API Key----' \
--form 'file=@"/Users/id_1016_value_367_003.jpg"'
Response
{
"infer_time": 0.16,
"label": "024963",
"message": "success",
"status": 200
}
Features & Capabilities
Core Features
- Automatic detection of meter faces (round and rectangular)
- High-accuracy digit recognition
- Fast processing time
- Support for multiple image formats
Supported Fields
- Meter reading numbers
- Meter face type detection
