indian_number_plate_ocr 1.0.1
indian_number_plate_ocr: ^1.0.1 copied to clipboard
A Flutter package for OCR and extraction of Indian vehicle registration number plates (HSRP, BH series, Military, Commercial) using Google ML Kit.
1.0.1 #
- Updated
google_mlkit_text_recognitiondependency constraint to>=0.14.0 <0.17.0to support the latest release (0.16.0). - Shortened
pubspec.yamldescription to meet pub.dev character length requirements.
1.0.0 #
- Initial release of
indian_number_plate_ocr. - High-precision extraction of standard Indian civilian & commercial number plates (State + RTO + Series + Number).
- Native support for Bharat (BH) series registration plates (
22 BH 6517 A). - Support for Indian Military / Armed Forces vehicle plates (
03D153874W,14A1478T). - Support for Diplomatic & Consular Corps plates (
77 CD 1234). - Automatic HSRP watermark & noise filtering (
IND,INDIA,BHARAT,SARKAR,SHUTTERSTOCK, and Hindi text). - Multi-line & side-by-side vehicle plate assembly with ordinal prefix pairing.
- Intelligent OCR visual error recovery (converting
0vsO,1vsI, and state code confusions likeWH$\rightarrow$MH,SN$\rightarrow$TN). - Includes standalone Material 3 example Flutter app demonstrating camera/gallery scanning with image cropping.