flutter_receipt_scanner_ios 0.2.0
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
ocrGeometryis 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.