flutter_ocr_native 0.0.2 copy "flutter_ocr_native: ^0.0.2" to clipboard
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 ocr to flutter_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
1
likes
0
points
635
downloads

Publisher

unverified uploader

Weekly Downloads

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.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on flutter_ocr_native

Packages that implement flutter_ocr_native