📚 Thai Bank Book OCR
Skip the camera work — our free open-source eKYC SDK (Web, Flutter, iOS, Android & React Native) auto-captures documents and faces and calls this API for you. View on GitHub.
Welcome to Thai Bank Book OCR API, version 2.0, an AI product developed by iApp Technology Co., Ltd. Our API is designed to extract text information from Thai bank book images with high accuracy and speed. The API supports JPEG, JPG, PNG file formats and can process bank book images in 1-2 seconds.
Try Demo!
Try Our AI Demo
Login or create a free account to use this AI service demo and explore our powerful APIs.
Get 100 Free Credits (IC) when you sign up!
Offer ends December 31, 2025
Try the SDK (Live Camera)
Prefer not to upload a file? The free open-source iApp eKYC Web SDK captures the bank book automatically from your camera — it detects the page boundary, waits for a sharp stable frame, perspective-corrects the image, and submits it to this API. See more flows on the full SDK live demo page.
Loading live demo…
Getting Started
-
Prerequisites
- An API key from iApp Technology
- Thai bank book images
- Supported file formats: JPEG, JPG, PNG
- Maximum file size: 2MB
-
Quick Start
- Fast processing (1-2 seconds per image)
- High accuracy text extraction (93% overall accuracy)
- Support for multiple Thai banks
-
Key Features
- Detailed field extraction including:
- Bank name
- Account number
- Account name
- Bank branch
- Signature detection
- Reason codes for failure cases
- Flexible JSON response format
- Detailed field extraction including:
-
Security & Compliance
- GDPR and PDPA compliant
- No data retention after processing
Please visit API Key Management page to view your existing API key or request a new one.
Code Examples
Bank Book Sample

Request:
curl -X POST https://api.iapp.co.th/v3/store/ekyc/book-bank
-H "apikey: YOUR_API_KEY"
-F "file=@/path/to/bankbook.jpg"
Response:
{
"status": "success",
"processing_time": 1.2,
"bank_name": "ไทยพาณิชย์ (SCB)",
"account_number": "XXX-X-XXXXX-X",
"account_name": "บริษัท ไอแอพพ์เทคโนโลยี จำกัด",
"bank_branch": "ฟิวเจอร์ พาร์ค รังสิต",
"signature_detected": true
}
Features & Capabilities
Core Features
- Text extraction from bank book images
- Signature detection
- Multiple bank support
- Fast processing time
- High accuracy
Supported Fields
- Bank name
- Account number
- Account name
- Bank branch
- Signature verification
Supported Banks
- SCB
- Bangkok Bank
- Krungthai Bank
- Kasikorn Bank
- Krungsri Bank (Bank of Ayudhya)
- TMB Bank
API Endpoints
| Endpoint | Method | Description | Cost |
|---|---|---|---|
POST /v3/store/ekyc/book-bankLegacy: /book-bank-ocr | POST | Extracts detailed information from Thai bank book images | 1.25 IC per request |
