Implement code changes to enhance functionality and improve performance

This commit is contained in:
2025-10-10 17:18:52 +00:00
parent 3559cbe19d
commit c8da3c61ca
4 changed files with 1632 additions and 749 deletions
+1 -1
View File
@@ -416,7 +416,7 @@ async def process_document(
user_location=request.user_location,
ai_rules=ai_rules_list,
)
logger.info(f"Extracted receipt data: {receipt_data}")
# Parse date for database storage
receipt_date = None
if receipt_data.get("date"):