lllin000_PaperForge/paperforge/worker
Research Assistant 80b91f73fd fix(ocr): merge Box N / Key insights content boxes into structured_insert callout
Add _merge_box_content() post-processing to normalize_document_structure:
detects structured_insert blocks whose text starts with Box N or Key
insights, then consumes following body-like blocks as box content.
Consumed blocks get role=noise + render_default=False to suppress
double-rendering. Column-crossing boxes (common in multi-column
layouts) are handled by removing the x-overlap heuristic.
2026-06-14 22:16:57 +08:00
..
__init__.py feat(prune): core orphan paper cleanup module 2026-05-18 21:48:18 +08:00
_domain.py chore: commit session work before hotfix switch 2026-05-18 22:47:30 +08:00
_progress.py docs(v1.4): commit planning artifacts, test files, and phase summaries for phases 13-19 2026-04-27 19:12:03 +08:00
_retry.py docs(v1.4): commit planning artifacts, test files, and phase summaries for phases 13-19 2026-04-27 19:12:03 +08:00
_utils.py feat: ocr reading-order fixes, single-source fulltext, redo closed-loop, release notes & manual 2026-06-01 18:12:31 +08:00
asset_index.py test: lock OCR phase2 figure inventory contract 2026-06-05 00:08:30 +08:00
asset_state.py style: ruff format pass across paperforge/ 2026-05-09 22:31:08 +08:00
base_views.py feat: add ocr_time frontmatter field — tracks last OCR completion time, shown in 重做OCR view 2026-06-01 15:36:11 +08:00
deep_reading.py test: lock OCR phase2 figure inventory contract 2026-06-05 00:08:30 +08:00
discussion.py chore: commit session work before hotfix switch 2026-05-18 22:47:30 +08:00
ocr.py fix: close OCR v2 real-paper structural and object gaps 2026-06-12 17:24:57 +08:00
ocr_artifacts.py fix: close structural convergence gaps — primary-path frontmatter anchor, health spine alignment, unresolved figure clusters, artifact cache cleanup 2026-06-08 00:24:54 +08:00
ocr_attach.py test: add OCR real-paper regression tests and cleanup 2026-06-10 12:36:15 +08:00
ocr_blocks.py fix: source anchor bridge, author matching overhaul, and gate overrides (Phase 11) 2026-06-14 02:37:48 +08:00
ocr_decisions.py test: add OCR real-paper regression tests and cleanup 2026-06-10 12:36:15 +08:00
ocr_document.py fix(ocr): merge Box N / Key insights content boxes into structured_insert callout 2026-06-14 22:16:57 +08:00
ocr_emit.py docs: audit OCR production route and mark experimental modules 2026-06-08 12:13:07 +08:00
ocr_errors.py feat: classify OCR errors and degraded completions 2026-06-08 12:34:44 +08:00
ocr_evidence.py feat: add OCR evidence objects and paper-context summary 2026-06-05 12:15:51 +08:00
ocr_families.py fix: close OCR real-paper anchor-first regressions 2026-06-10 18:18:48 +08:00
ocr_figure_reader.py fix: prevent summary-page caption from duplicating formal figure-page caption 2026-06-13 16:59:21 +08:00
ocr_figures.py fix: merge adjacent heading blocks at seed level, fix sequential match asset page 2026-06-13 21:23:59 +08:00
ocr_health.py style: ruff format after OCR role gate implementation 2026-06-12 15:11:33 +08:00
ocr_index.py fix: stabilize legacy OCR structure and metadata recovery 2026-06-05 13:34:43 +08:00
ocr_layout.py test: add OCR real-paper regression tests and cleanup 2026-06-10 12:36:15 +08:00
ocr_math.py fix: add relational-operator spacing and Greek-letter preservation to math normalization 2026-06-06 17:19:33 +08:00
ocr_metadata.py fix: source anchor bridge, author matching overhaul, and gate overrides (Phase 11) 2026-06-14 02:37:48 +08:00
ocr_objects.py feat: tighten OCR figure validation matching 2026-06-09 21:13:53 +08:00
ocr_orchestrator.py test: add OCR real-paper regression tests and cleanup 2026-06-10 12:36:15 +08:00
ocr_pdf_spans.py test: add OCR real-paper regression tests and cleanup 2026-06-10 12:36:15 +08:00
ocr_profiles.py feat: partition OCR families inside zones 2026-06-09 17:49:52 +08:00
ocr_rebuild.py fix: source anchor bridge, author matching overhaul, and gate overrides (Phase 11) 2026-06-14 02:37:48 +08:00
ocr_render.py fix(ocr): merge Box N / Key insights content boxes into structured_insert callout 2026-06-14 22:16:57 +08:00
ocr_roles.py fix(ocr-roles): robust author list detection with name-pair counting 2026-06-14 21:40:35 +08:00
ocr_scores.py test: add OCR real-paper regression tests and cleanup 2026-06-10 12:36:15 +08:00
ocr_signatures.py fix: close OCR real-paper anchor-first regressions 2026-06-10 18:18:48 +08:00
ocr_structural_gate.py fix(ocr): structural role and zone improvements 2026-06-14 15:16:06 +08:00
ocr_tables.py fix: suppress Box 1 structured_insert leak, recover table inventory from table_caption_candidate 2026-06-14 21:28:52 +08:00
ocr_versions.py style: fix lint issues in legacy backfill code 2026-06-05 13:01:55 +08:00
paper_meta.py chore: commit session work before hotfix switch 2026-05-18 22:47:30 +08:00
paper_resolver.py chore: commit session work before hotfix switch 2026-05-18 22:47:30 +08:00
prune.py fix(sync): avoid prune crash when optional deps are missing 2026-05-31 20:55:17 +08:00
repair.py chore: commit session work before hotfix switch 2026-05-18 22:47:30 +08:00
status.py feat: classify OCR errors and degraded completions 2026-06-08 12:34:44 +08:00
sync.py feat: ocr reading-order fixes, single-source fulltext, redo closed-loop, release notes & manual 2026-06-01 18:12:31 +08:00
update.py chore: commit session work before hotfix switch 2026-05-18 22:47:30 +08:00
vector_db.py chore: commit session work before hotfix switch 2026-05-18 22:47:30 +08:00