Full-Field Saudi Arabia Vehicle Registration (Istimara) OCR
Test for free with image upload! Accurately extract all structured data—including VIN, Plate, and the critical Sequence Number—from bilingual Saudi Istimara documents.

The Challenge: Bilingual Layouts and Sequence Number Confusion
Saudi vehicle registration cards (Istimara) pose unique challenges. They feature a bilingual Arabic and English layout with critical data points scattered across the card. A major pain point for traditional OCR is the business logic confusion between the 4-digit plate number and the vehicle sequence number (الرقم التسلسلي)—typically a 9-digit number located at the very bottom. Incorrectly mapping these fields completely disrupts insurance underwriting and TGA compliance. Learn more about our robust field isolation capabilities on our Vehicle Registration OCR product page.
Semantic Parsing & Strict Saudi Localization
StructOCR is specifically engineered to conquer the Istimara. Our engine uses advanced semantic Key-Value mapping that understands the structural difference between plate numbers and sequence numbers. It perfectly isolates English and Arabic text. Crucially, it dynamically returns a `localized.saudi.tga_plate_details` object, ensuring the sequence number and specific plate characters (right, middle, left) are perfectly parsed for TGA integrations. Discover how this fits into broader compliance workflows in our Vehicle Registration Solutions guide.
Live Demo: Vehicle Registration OCR
No registration required. Upload a file to test the extraction.
Drop files here or click to browse
JPG · PNG · WebP · up to 500 files · max 4.5 MB each
Core Industry Applications
Automotive Insurance Onboarding
Instantly pre-fill Najm and policy applications by extracting the validated Sequence Number directly from the policyholder's uploaded Istimara card.
Fleet Management & TGA Compliance
Automate data entry for logistics onboarding. Parse the exact Arabic plate letters and sequence IDs required by the Saudi Transport General Authority.
Used Car Platforms
Accelerate seller onboarding by conducting automated background checks using precisely extracted vehicle identification numbers.
Automated Toll & Parking Systems
Streamline municipal parking permits and toll enforcement by automatically extracting and verifying vehicle registration dimensions and emission classes.
Technical Specs
- Localized Data Schema: Dynamically mounts a `saudi.tga_plate_details` data node exclusively for SA documents.
- Business Logic Enforcer: Distinguishes the 9-digit sequence number from the 4-digit plate number algorithmically.
- Bilingual Processing: Flawlessly handles the extraction of Arabic plate characters alongside English standards.
- Free Testing: Start immediately with our interactive free image upload test in the dashboard.
Key Features
- Universal Fields: Extracts VIN, Plate, Make, Model, Year, and Color into standardized English nodes.
- Saudi Localized Fields: Precision targeting of operational parameters specific to Najm and TGA compliance.
- Format Support: Processes JPG, PNG, and WebP images up to 4.5MB.
Integration & API Documentation
Easily integrate our full-field OCR API. For full technical details, visit our Developer API Documentation.
import requests
import base64
# 📸 Test for free with your own image upload: https://structocr.com/developers/vehicle-registration-ocr
with open("saudi_istimara.jpg", "rb") as image_file:
base64_image = base64.b64encode(image_file.read()).decode('utf-8')
url = "https://api.structocr.com/v1/vehicle-registration"
headers = {
"x-api-key": "YOUR_API_KEY",
"Content-Type": "application/json"
}
payload = {
"img": base64_image
}
response = requests.post(url, headers=headers, json=payload)
result = response.json()
if result.get('success'):
data = result.get('data', {})
std = data.get('standardized', {})
print("✅ Standardized VIN:", std.get('vin'))
print("✅ Standardized Plate:", std.get('plate', {}).get('formatted'))
loc = data.get('localized', {})
if 'saudi' in loc:
tga = loc['saudi'].get('tga_plate_details', {})
print("✅ Saudi Sequence No:", tga.get('sequence_number'))
print("✅ Saudi Plate Type:", tga.get('plate_type_normalized'))Standardized + Localized JSON Output
Our API delivers a structured JSON response, separating universal vehicle specs from highly specialized Saudi localized parameters.
{
"success": true,
"data": {
"document": {
"country_code": "SA",
"document_type": "VEHICLE_REGISTRATION",
"confidence_score": 0.99
},
"standardized": {
"vin": "WA1UABAG1JX123456",
"plate": {
"number": "9999",
"formatted": "9999 ABC"
},
"make_normalized": "Toyota",
"year": 2023
},
"localized": {
"saudi": {
"tga_plate_details": {
"sequence_number": "123456789",
"letter_right": "A",
"letter_middle": "B",
"letter_left": "C",
"plate_type_normalized": "Private"
}
}
}
}
}Frequently Asked Questions
How can I test the API before committing?
You can perform a free image upload test directly from our API documentation page or dashboard. Simply upload a sample Istimara card to see the JSON output instantly.
Does it mix up the plate number and the sequence number?
No. Our engine uses structural intelligence to map the 9-digit Sequence Number (الرقم التسلسلي) at the bottom separately from the main plate fields.
Can it read the Arabic characters on the license plate?
Yes, our API extracts the exact Arabic characters and also provides normalized mappings where appropriate.
Explore More Vehicle-registration Solutions
Global Vehicle Registration OCR API
Our flagship API for parsing complex global vehicle documents. Unified extraction for over 150+ countries with dynamic localization.
Full-Field South Africa Vehicle Registration (NaTIS Document / RC1) OCR
Test our South African NaTIS Document OCR API with a free image upload. Extract full fields including VIN, Tare, and GVM from A4 printed certificates.
Full-Field Spain Vehicle Registration (Permiso de Circulación) OCR
Test our Spanish Permiso de Circulación OCR API with a free image upload. Extract full fields including complex EU codes and VIN from green folded documents.
Full-Field Thailand Vehicle Registration (Blue Book) OCR
Test our Thailand Lem Tabian (Blue Book) OCR API with a free image upload. Extract full fields including Thai script, VIN, and engine numbers from complex vehicle registrations.
Full-Field UAE Vehicle Registration (Mulkiya) OCR
Test our UAE Mulkiya OCR API with a free image upload. Extract full fields including engine number, origin, vehicle class, and VIN from bilingual Arabic/English registrations.
Full-Field UK Vehicle Registration (V5C Logbook) OCR
Test our UK V5C Logbook OCR API with a free image upload. Overcome perspective distortion to extract full fields including VIN, Document Reference Number, and vehicle specs.
Full-Field USA DMV Vehicle Registration & Title OCR
Test our USA DMV vehicle registration OCR API with a free image upload. Extract full fields including VIN, Title Number, and Make across all 50 fragmented state formats.
Used Car Dealer Marketplaces Workflow Automation
Automate vehicle inventory onboarding and seller verification. Instantly extract and cross-reference VINs from registration documents for used car portals.
Full-Field Vietnam Vehicle Registration (Cavet) OCR
Test our Vietnam Giấy đăng ký xe OCR API with a free image upload. Extract full fields including owner name, address, engine number, and VIN from Vietnamese vehicle registrations.
Auto Insurance Underwriting Workflow Automation
Accelerate digital auto insurance policies with our vehicle registration OCR. Instantly extract Make, Model, and VIN from user smartphone uploads for fast quoting.
Automotive Parts & Aftermarket Workflow Automation
Revolutionize the automotive aftermarket. Scan vehicle registrations to instantly identify exact engine codes and recommend highly compatible auto parts.
Technical Comparisons & Integrations
Explore platform integrations and competitive analysis
Add HIN OCR to Your v0 App in 5 Minutes
Step-by-step guide to integrating the StructOCR HIN (Hull Identification Number) scanner API into a v0 by Vercel app. Build marine and boat management tools with zero backend.
Add Invoice OCR to Your v0 App in 5 Minutes
Step-by-step guide to integrating the StructOCR invoice API into a v0 by Vercel app. Build accounts payable and expense tracking tools with zero backend.
Add National ID OCR to Your v0 App in 5 Minutes
Step-by-step guide to integrating the StructOCR National ID scanner API into a v0 by Vercel app. Build KYC and identity verification flows with zero backend.
Add Passport OCR to Your v0 App in 5 Minutes
Step-by-step guide to integrating the StructOCR Passport scanner API into a v0 by Vercel app through a secure Next.js server route.
Add Receipt OCR to Your v0 App in 5 Minutes
Step-by-step guide to integrating the StructOCR receipt API into a v0 by Vercel app. Build expense tracking and receipt scanning tools right in your browser.
Add VIN OCR to Your v0 App in 5 Minutes
Step-by-step guide to integrating the StructOCR VIN scanner API into a v0 by Vercel app. Build automotive and fleet tools with zero backend.
From tutorial to production in 5 minutes.
You've seen the code. Now get your API key, grab your 200 free credits, and see it work with your own images. No credit card required.