tocmo0nlord
  • Joined on 2026-02-11
tocmo0nlord pushed to main at tocmo0nlord/odoo-ai 2026-05-21 20:08:44 +00:00
beac16a6a9 expenses_agent: fix OCR '$→8' misread inflating receipt totals
tocmo0nlord pushed to main at tocmo0nlord/odoo-ai 2026-05-21 10:36:25 +00:00
aea2fa02b8 expenses_agent: batch LLM calls + skip RAG to fix timeout on large uploads
tocmo0nlord pushed to main at tocmo0nlord/odoo-ai 2026-05-21 05:22:26 +00:00
69519393c1 Add EasyOCR engine for receipt image parsing
tocmo0nlord pushed to main at tocmo0nlord/odoo-ai 2026-05-21 05:06:58 +00:00
a736f3352b Add vision LLM path for receipt vendor/category identification
tocmo0nlord pushed to main at tocmo0nlord/odoo-ai 2026-05-21 04:56:49 +00:00
db06fede5f Fix vendor mis-identification (McDonald's bias), MIA Parking amount, grayscale OCR fallback
tocmo0nlord pushed to main at tocmo0nlord/odoo-ai 2026-05-21 04:46:14 +00:00
ece811cccb fix(expenses): LAYAL CAFE $2.80 bug, United Airlines rotation & date
tocmo0nlord pushed to main at tocmo0nlord/odoo-ai 2026-05-21 04:36:48 +00:00
ce57d19528 fix(expenses): add 'Total Sale' and 'Net Sale' to labeled-total pattern
tocmo0nlord pushed to main at tocmo0nlord/odoo-ai 2026-05-21 04:26:01 +00:00
77fab52475 fix(expenses): detect bank statements, fix default category, improve prompts
tocmo0nlord pushed to main at tocmo0nlord/odoo-ai 2026-05-21 04:11:07 +00:00
6287b3bcef fix(expenses): improve receipt amount extraction and vendor naming
tocmo0nlord pushed to main at tocmo0nlord/odoo-ai 2026-05-21 03:33:40 +00:00
1536d83376 Improve OCR preprocessing and amount extraction robustness
tocmo0nlord pushed to main at tocmo0nlord/odoo-ai 2026-05-21 03:23:14 +00:00
f1a8add84b Add OCR debug logging to diagnose receipt extraction quality
tocmo0nlord pushed to main at tocmo0nlord/odoo-ai 2026-05-21 03:02:17 +00:00
e6c3d08990 Fix receipt parsing quality and approval endpoint
tocmo0nlord pushed to main at tocmo0nlord/odoo-ai 2026-05-21 02:32:33 +00:00
0320591344 Remove vision OCR — use Tesseract-only pipeline for receipt parsing
tocmo0nlord pushed to main at tocmo0nlord/odoo-ai 2026-05-21 02:24:52 +00:00
ec6b41943f fix: vision OCR JSON failures — add format='json' and repair fallback
tocmo0nlord pushed to main at tocmo0nlord/odoo-ai 2026-05-21 02:19:24 +00:00
9fa391c720 fix: reduce hallucination in receipt extraction — conservative prompts + date injection
tocmo0nlord pushed to main at tocmo0nlord/odoo-ai 2026-05-21 02:13:51 +00:00
cc025695ac fix: prevent master agent asking for clarification when receipts are uploaded
tocmo0nlord pushed to main at tocmo0nlord/odoo-ai 2026-05-21 02:04:04 +00:00
68b7b3f0f3 fix: add missing approval workflow columns to ab_directive_log (migration 002)
tocmo0nlord pushed to main at tocmo0nlord/odoo-ai 2026-05-21 02:01:43 +00:00
70145c9e04 fix: chat attachment detection — 3-method fallback + deferred retry
tocmo0nlord pushed to main at tocmo0nlord/odoo-ai 2026-05-21 01:49:39 +00:00
11cc261923 fix: vision OCR receipt extraction — skip second LLM call, fix total truncation
tocmo0nlord pushed to main at tocmo0nlord/odoo-ai 2026-05-21 00:53:51 +00:00
7a0aad3f37 fix: three bugs blocking bot presence and approval UI