receipt_recognition 0.0.3
receipt_recognition: ^0.0.3 copied to clipboard
A receipt recognizer based on Google's ML Kit.
Changelog #
All notable changes to this project will be documented in this file.
0.0.3 - 2025-04-24 #
Added #
- Unit Tests: Introduced unit tests to enhance code reliability and ensure consistent behavior across updates.
Changed #
- Parser Refactoring:
- Moved parsing methods to a dedicated parser module, improving code organization and maintainability.
- Converted parser methods to static, facilitating easier access without instantiating classes.
Fixed #
- Company Name Recognition: Refined regular expressions related to company name detection, enhancing accuracy in identifying company names from receipts.
0.0.2 – 2025-04-23 #
Added #
ReceiptWidget: A customizable Flutter widget that displays parsed receipt data in a layout resembling a real supermarket receipt.- Advanced example demonstrating integration with a live video feed using the
camerapackage.
Changed #
- Updated
README.mdto include usage examples and details about models etc.
Fixed #
- Minor bug fixes and performance improvements.