flutter_receipt_scanner_ios 0.2.0 copy "flutter_receipt_scanner_ios: ^0.2.0" to clipboard
flutter_receipt_scanner_ios: ^0.2.0 copied to clipboard

iOS implementation of the flutter_receipt_scanner plugin.

Changelog #

0.2.0 #

Added #

  • Return per-line OCR geometry in output-image pixel coordinates when ocrGeometry is enabled.

Changed #

  • Use the permissionless photo picker for gallery scans.

Fixed #

  • Keep the returned image, dimensions, and OCR line geometry aligned after automatic rotation.
  • Declare UIKit in the CocoaPods specification.

0.1.0 #

Initial release.

Added #

  • iOS implementation of FlutterReceiptScannerPlatform: VisionKit document scanner and PHPicker gallery source, with crop, orientation normalization, JPEG compression, EXIF extraction, and Vision on-device OCR.
  • Minimum deployment target: iOS 16.0.