Files
ragflow/internal/deepdoc/parser/pdf/table
Jack bd01c78d2b fix(pdf): drop text boxes only when replaced by a table HTML (#18363)
## Problem
In the Go PDF pipeline, `processTablesWithReplacements`
(`internal/deepdoc/parser/pdf/table/table_post.go`) marked **every** box
overlapping a DLA table region for removal, then `insertTableBoxes`
re-inserted an HTML box only when `buildTableHTMLs` produced one.

When DLA over-labels a **text** box as a table but TSR produces **no
cells** (so `buildTableHTMLs` skips the table and `htmls[ti]` is unset),
the box was removed with nothing re-inserted — the original text was
**silently dropped**.
2026-08-17 17:07:56 +08:00
..
2026-07-10 20:30:00 +08:00
2026-07-05 20:45:35 +08:00
2026-07-10 20:30:00 +08:00
2026-07-10 20:30:00 +08:00
2026-07-10 20:30:00 +08:00
2026-07-10 20:30:00 +08:00
2026-07-10 20:30:00 +08:00