pdftract/docs/notes
jedarden 33372c23ae fix(pdftract-3c4i): export detect_merged_cells from table module
The detect_merged_cells function was implemented but not exported from
the table module, making it inaccessible to library users. This commit
adds the function to the public API exports.

Also adds a verification note documenting the complete implementation
and the export fix.

Acceptance criteria status:
- All 6 merged cell detection tests pass
- Public Cell.rowspan/colspan fields exist with default 1
- Absorbed cells are excluded from output
- Bbox of merged cell covers absorbed cells
- Borderless tables NO-OP with diagnostic

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-24 00:23:14 -04:00
..
.gitkeep Initial repo scaffold with README and docs structure 2026-05-16 14:26:16 -04:00
pdftract-3c4i.md fix(pdftract-3c4i): export detect_merged_cells from table module 2026-05-24 00:23:14 -04:00
sdk-architecture.md Add SDK architecture notes covering top 10 languages 2026-05-16 14:51:25 -04:00
sdk-conformance-runner.md feat(pdftract-5omc): implement per-language conformance test runner pattern 2026-05-18 01:32:24 -04:00
sdk-contract.md docs(pdftract-147a): author SDK contract specification 2026-05-17 23:13:55 -04:00
sdk-invocation.md Add research docs and SDK invocation notes 2026-05-16 14:33:34 -04:00