flutter_receipt_scanner 0.1.0 copy "flutter_receipt_scanner: ^0.1.0" to clipboard
flutter_receipt_scanner: ^0.1.0 copied to clipboard

On-device receipt capture (camera + gallery) with crop, EXIF, auto-rotate, and Korean/English OCR quality gating.

Changelog #

0.1.0 #

Initial release.

Added #

  • scan() app-facing API that launches the native scan flow and returns a ScanReceiptResult.
  • Dart-side OCR-floor acceptance gate (ocr_floor.dart) partitioning results into images and rejectedImages.
  • Re-exports the public models and enums from the platform interface.