pdftract/docs/user-docs/src/SUMMARY.md
jedarden 24db1228e7 feat(pdftract-3mdb7): add missing data attributes to tooltip display
- Update setupTooltips to display data-bbox, data-block-ref, data-mcid, and data-reading-idx
- These attributes are already emitted by spans.rs but weren't being shown in tooltip
- Tooltip now shows complete span information on hover

References pdftract-3mdb7 acceptance criteria:
- Tooltip shows the data-* attrs as formatted rows

Bead-Id: pdftract-145s8
2026-06-01 00:56:20 -04:00

60 lines
1.8 KiB
Markdown

# Summary
[Introduction](./introduction.md)
[Installation](./installation.md)
[Quickstart](./quickstart.md)
---
- [CLI Reference](./cli-reference.md)
- [Global Options](./cli/global-options.md)
- [extract](./cli/extract.md)
- [serve](./cli/serve.md)
- [grep](./cli/grep.md)
- [inspect](./cli/inspect.md)
- [mcp](./cli/mcp.md)
- [JSON Schema Reference](./json-schema-reference.md)
- [Schema Details](./schema/README.md)
- [Output Format](./schema/output-format.md)
- [Block Types](./schema/block-types.md)
- [Metadata](./schema/metadata.md)
- [Error Handling](./schema/error-handling.md)
- [Profiles](./profiles/README.md)
- [Available Profiles](./profiles/available.md)
- [invoice](./profiles/invoice.md)
- [receipt](./profiles/receipt.md)
- [bank_statement](./profiles/bank_statement.md)
- [contract](./profiles/contract.md)
- [legal_filing](./profiles/legal_filing.md)
- [form](./profiles/form.md)
- [scientific_paper](./profiles/scientific_paper.md)
- [book_chapter](./profiles/book_chapter.md)
- [slide_deck](./profiles/slide_deck.md)
- [Custom Profiles](./profiles/custom.md)
- [SDK Quickstarts](./sdk/README.md)
- [Python](./sdk/python.md)
- [Rust](./sdk/rust.md)
- [JavaScript/TypeScript](./sdk/javascript.md)
- [Go](./sdk/go.md)
- [Advanced Topics](./advanced/README.md)
- [OCR Configuration](./advanced/ocr.md)
- [Font Encoding Recovery](./advanced/font-encoding.md)
- [Structure Tree Extraction](./advanced/structure-tree.md)
- [Hybrid Routing](./advanced/hybrid-routing.md)
- [Provenance and Confidence](./advanced/provenance.md)
- [Troubleshooting Guide](./troubleshooting.md)
- [Troubleshooting](./troubleshooting/README.md)
- [Common Issues](./troubleshooting/common-issues.md)
- [Diagnostics](./troubleshooting/diagnostics.md)
- [Performance Tuning](./troubleshooting/performance.md)
[FAQ](./faq.md)