flutter_receipt_scanner_platform_interface 0.3.0
flutter_receipt_scanner_platform_interface: ^0.3.0 copied to clipboard
A common platform interface for the flutter_receipt_scanner plugin.
Changelog #
0.2.0 #
Added #
ScanReceiptOptions.ocrGeometryfor requesting per-line OCR text-region boxes.OcrLineandReceiptImage.ocrLinesfor OCR text, confidence, and output-image pixel geometry.
Changed #
- Document the native
maxPagescoercion range as 1 through 10. - Clarify that screenshot origin detection is Android-only.
0.1.0 #
Initial release.
Added #
- Abstract
FlutterReceiptScannerPlatforminterface (extended, never implemented, by platform packages). - Hand-written public models:
ScanReceiptOptions,ScanReceiptResult,ReceiptImage,OcrQuality,ReceiptExif,GpsData, and theScanStatus/ScanSource/ImageOriginenums. - Pigeon-generated wire contract (
messages.g.dart) re-exported for the platform packages.