flutter_ocr_native 0.0.2
flutter_ocr_native: ^0.0.2 copied to clipboard
A Flutter plugin for extracting text from images using native on-device OCR. Android uses ML Kit, iOS uses Apple Vision. Supports Aadhaar masking, handwriting detection, and English-only text extraction.
0.0.2 #
- Lowered SDK constraint to support Flutter 3.27.1+
- Renamed package from
ocrtoflutter_ocr_native - Fixed Aadhaar image masking for different card positions and orientations
- Improved handwriting detection using ML Kit confidence signals
- Added masked image output (
maskedImageBytes) with Aadhaar digits blacked out
0.0.1 #
- Initial release
- On-device OCR using ML Kit (Android) and Vision framework (iOS)
- English-only text extraction — non-Latin scripts auto-filtered
- Structured results: blocks → lines → elements with bounding boxes & confidence
- Aadhaar number masking (text + image) — configurable
- Handwriting detection — rejects non-printed documents
- Empty/blank image detection