Multi-class detection
Detect cars, trucks, buses, motorcycles, and multiple vehicles in one image.
GTOcr Recognition Engine
GTOcr combines vehicle detection, plate localization, and OCR into one ANPR pipeline for parking management, access control, and traffic enforcement.
The engine returns structured vehicle boxes, plate regions, OCR text, and confidence scores.
Detect cars, trucks, buses, motorcycles, and multiple vehicles in one image.
Separates plate candidates from vehicle regions and calculates recognition-ready areas.
Select Korean or Thai plate models for country-specific recognition.
Returns text, boxes, and confidence scores in a format ready for integration.
Recognition results can feed barrier control, visitor checks, permit validation, and entry logs.

Delivered as a Windows x64 Native DLL, GTOcr can be integrated into C, C++, C#, Python, and Delphi environments.
Works on servers and edge devices without GPU dependency
Korean and Thai plate model support
Low-friction integration with existing software
Result data shaped for parking, access, and enforcement
Init
Inference
Result
Final
{
"class": "vehicle",
"conf": 0.95,
"plate_info": [{
"text": "86구0623",
"conf": { "ocr": 0.99 }
}]
}Upload a vehicle image and review recognized plates together with the raw JSON result.