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-08-14 18:49:33 +08:00
2026-08-12 17:59:50 +08:00
2026-07-23 19:57:27 +08:00
2026-07-10 10:36:10 +08:00
2026-07-10 10:36:10 +08:00
2026-07-10 10:36:10 +08:00
2026-08-17 17:07:56 +08:00
2026-08-17 14:33:44 +08:00
2026-07-10 10:36:10 +08:00
2026-08-17 15:13:56 +08:00
2026-08-17 14:33:44 +08:00
2026-07-10 11:58:32 +08:00
2026-08-14 19:42:41 +08:00
2026-07-02 09:46:33 +08:00
2026-08-14 19:42:41 +08:00
2026-07-10 11:58:32 +08:00
2026-07-02 09:46:33 +08:00
2026-07-10 10:36:10 +08:00
2026-07-10 10:36:10 +08:00
2026-08-14 19:42:41 +08:00
2026-07-02 09:46:33 +08:00
2026-07-23 19:57:27 +08:00
2026-08-11 16:18:49 +08:00
2026-07-08 19:08:11 +08:00
2026-07-10 10:36:10 +08:00
2026-07-10 10:36:10 +08:00
2026-08-17 15:13:56 +08:00
2026-08-17 15:13:56 +08:00
2026-08-14 19:42:41 +08:00
2026-08-17 15:13:56 +08:00
2026-08-17 15:13:56 +08:00
2026-07-23 19:57:27 +08:00
2026-07-10 10:36:10 +08:00
2026-07-10 10:36:10 +08:00
2026-07-23 19:57:27 +08:00
2026-07-02 09:46:33 +08:00
2026-08-14 19:42:41 +08:00
2026-07-23 19:57:27 +08:00
2026-07-10 10:36:10 +08:00
2026-07-02 09:46:33 +08:00
2026-07-10 10:36:10 +08:00
2026-07-23 19:57:27 +08:00
2026-07-02 09:46:33 +08:00
2026-07-02 09:46:33 +08:00
2026-07-02 09:46:33 +08:00
2026-07-02 09:46:33 +08:00
2026-07-02 09:46:33 +08:00
2026-07-10 10:36:10 +08:00
2026-07-18 18:22:33 +08:00
2026-07-18 18:22:33 +08:00
2026-08-14 19:42:41 +08:00
2026-08-14 19:42:41 +08:00
2026-07-13 11:08:04 +08:00
2026-07-23 19:57:27 +08:00
2026-08-17 15:13:56 +08:00
2026-07-02 09:46:33 +08:00