flutter_ocr_native 0.0.1
flutter_ocr_native: ^0.0.1 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.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