mstfyldz 6bd6da3776 fix: prevent duplicate document rows on OCR retry
registerLocalDocument always did a plain insert, so retrying a
document whose first OCR attempt failed created a new duplicate
row each time instead of updating the existing one. Now looks up
an existing (case_id, filename) match and updates it in place.
2026-08-11 11:09:05 +03:00
2026-08-08 17:19:28 +03:00
2026-08-08 17:19:28 +03:00
2026-08-08 17:19:28 +03:00
2026-08-08 17:19:28 +03:00
2026-08-08 17:19:28 +03:00
2026-08-08 17:19:28 +03:00
2026-08-08 17:19:28 +03:00
S
Description
No description provided
68 MiB
Languages
TypeScript 99.2%
JavaScript 0.4%
Dockerfile 0.4%