- Created comprehensive json-schema-reference.md with: - Top-level structure documentation - Document metadata, page result, span, block fields - Table structure (row/cell) with examples - Form fields and signatures (Phase 7 placeholders) - Receipts and coordinate system docs - Cross-references to plan sections (INV-11, Phase 6.1, etc.) - Added to mdBook SUMMARY.md as top-level reference page - All examples use real JSON from the schema - Builds successfully (46KB HTML output) Acceptance criteria: - PASS: docs/user-docs/src/json-schema-reference.md exists - PASS: Covers all top-level types and enums (Document, Page, Span, Block, Table, FormField, Signature, Receipt) - PASS: Examples for each major type - PASS: mdBook renders cleanly (verified) - PASS: Cross-references to plan sections included Closes: pdftract-5boam
58 lines
1.8 KiB
Markdown
58 lines
1.8 KiB
Markdown
# Summary
|
|
|
|
[Introduction](./introduction.md)
|
|
|
|
[Installation](./installation.md)
|
|
|
|
[Quickstart](./quickstart.md)
|
|
|
|
---
|
|
|
|
- [CLI Reference](./cli/README.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](./troubleshooting/README.md)
|
|
- [Common Issues](./troubleshooting/common-issues.md)
|
|
- [Diagnostics](./troubleshooting/diagnostics.md)
|
|
- [Performance Tuning](./troubleshooting/performance.md)
|
|
|
|
[FAQ](./faq.md)
|