Skip to content

Conversation

@meghana1090
Copy link
Collaborator

I've added a new receipt processing example: a receipt_processor.py that processes receipt images using Tesseract OCR and a test case in test_receipt_processor.py to ensure functionality and validate the structure

The receipt processor extracts:

  • Merchant name
  • Date
  • Total amount
  • Tax amount
  • Payment method
  • Individual items with:
    • Description
    • Quantity
    • Unit price
    • Total price

It is similar to the resume processor example, but tailored for receipt processing use cases.

@enoch3712 enoch3712 merged commit 2004808 into enoch3712:main May 29, 2025
5 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants