Skip to content

InvoiceFlowAI v2026.07.13.1

Latest

Choose a tag to compare

@EthanYoQ EthanYoQ released this 13 Jul 06:58

InvoiceFlowAI v2026.07.13.1

本次版本聚焦发票召回可靠性、分类与撮合确定性,以及 Windows 后台运行体验。

验收结果

  • 指定验收范围:QQ 邮箱 INBOX,2025-11-25 至 2026-06-14,本地冻结真值集 215 份目标文档。
  • P0 漏抓:0;P1 分类/归档错误:0;P2 撮合错误:0。
  • 真值匹配:215/215;住宿发票-水单 10/10 组;打车发票-行程单 16/16 组。
  • 冻结版后台 worker 实测可见控制台窗口:0。
  • 自动化测试:818 passed,1 skipped,109 subtests passed。

以上指标仅对应上述邮箱、日期范围和冻结真值集,不代表对任意邮箱数据作无限范围准确率承诺。

实现方法

  • 将 URL 恢复改为可终止、有限并发的独立 worker 池,避免单个无头浏览器任务阻塞整批任务。
  • 优先执行直接下载与供应商适配恢复,仅在必要时进入 Playwright 浏览器链路。
  • 对邮件证据、附件与恢复结果进行确定性绑定;证据不足时失败关闭,避免错误归档。
  • 统一住宿和打车单据的撮合键、排序与相邻命名规则,使归档结果可复核、可审计。
  • 在 Python worker、Node/Playwright 与 Chromium 三层统一 Windows 隐藏窗口启动参数,消除批处理期间的黑色控制台弹窗。

安装

下载 ZIP 后完整解压,保持 _internalInvoiceFlowAI.exe 位于同一目录,再运行 InvoiceFlowAI.exe。安装包已包含所需运行时,不依赖本机 Python 环境。

SHA256: 1B1BFC996CFD21502EF160FC80E6C3FFBDB81080851FEA3A259431245A04F528


This release improves invoice recall reliability, deterministic classification and pairing, and the Windows background experience. In the specified frozen acceptance scope, all 215 expected documents matched with P0/P1/P2 at zero, all 26 hotel/ride pairing groups passed, and the packaged worker created no visible console windows. The portable ZIP includes its runtime and does not require Python.