receipt_recognition 0.0.3 copy "receipt_recognition: ^0.0.3" to clipboard
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 camera package.

Changed #

  • Updated README.md to include usage examples and details about models etc.

Fixed #

  • Minor bug fixes and performance improvements.

0.0.1 – 2025-04-20 #

Added #

  • Initial release of receipt_recognition.
  • Core functionality to process images of receipts and extract structured data such as store name, items, and total amount using Google's ML Kit.
  • Support for both Android and iOS platforms.
3
likes
0
points
308
downloads

Publisher

unverified uploader

Weekly Downloads

A receipt recognizer based on Google's ML Kit.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, google_mlkit_text_recognition, intl

More

Packages that depend on receipt_recognition