flutter_receipt_scanner_android 0.2.0
flutter_receipt_scanner_android: ^0.2.0 copied to clipboard
Android 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.
Fixed #
- Apply OCR-detected rotation consistently to images and line geometry.
- Report unexpected scan and crop-editor failures instead of treating them as cancellations.
- Enforce scan and image-size limits while improving gallery cache cleanup and large-image failure handling.