pdftract/docs/user-docs/build/user-docs/toc.html
jedarden a34f9c18d0 docs(pdftract-1g87): create mdBook scaffolding for user documentation
- book.toml with title, authors, build directory, edit-url-template
- src/SUMMARY.md with complete TOC for all planned sections
- src/introduction.md: what pdftract does and doesn't do (Non-Goals)
- src/installation.md: cargo, pip, Homebrew, Docker; KU-12 caveat verbatim
- src/quickstart.md: five-minute walkthrough with executable commands
- 39 draft placeholder files for CLI reference, schema, profiles, SDKs, advanced topics, troubleshooting, FAQ

mdbook build completes cleanly with zero warnings (linkcheck optional).

See notes/pdftract-1g87.md for verification details.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-18 00:38:51 -04:00

31 lines
7.8 KiB
HTML

<!DOCTYPE HTML>
<html lang="en" class="light" dir="ltr">
<head>
<!-- sidebar iframe generated using mdBook
This is a frame, and not included directly in the page, to control the total size of the
book. The TOC contains an entry for each page, so if each page includes a copy of the TOC,
the total size of the page becomes O(n**2).
The frame is only used as a fallback when JS is turned off. When it's on, the sidebar is
instead added to the main page by `toc.js` instead. The JavaScript mode is better
because, when running in a `file:///` URL, the iframed page would not be Same-Origin as
the rest of the page, so the sidebar and the main page theme would fall out of sync.
-->
<meta charset="UTF-8">
<meta name="robots" content="noindex">
<!-- Custom HTML head -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#ffffff">
<link rel="stylesheet" href="css/variables-8adf115d.css">
<link rel="stylesheet" href="css/general-2459343d.css">
<link rel="stylesheet" href="css/chrome-ae938929.css">
<link rel="stylesheet" href="css/print-9e4910d8.css" media="print">
<!-- Fonts -->
<link rel="stylesheet" href="fonts/fonts-9644e21d.css">
<!-- Custom theme stylesheets -->
</head>
<body class="sidebar-iframe-inner">
<ol class="chapter"><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="introduction.html" target="_parent">Introduction</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="installation.html" target="_parent">Installation</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="quickstart.html" target="_parent">Quickstart</a></span></li><li class="chapter-item expanded "><li class="spacer"></li></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="cli/index.html" target="_parent">CLI Reference</a></span><ol class="section"><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="cli/global-options.html" target="_parent">Global Options</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="cli/extract.html" target="_parent">extract</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="cli/serve.html" target="_parent">serve</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="cli/grep.html" target="_parent">grep</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="cli/inspect.html" target="_parent">inspect</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="cli/mcp.html" target="_parent">mcp</a></span></li></ol><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="schema/index.html" target="_parent">JSON Schema Reference</a></span><ol class="section"><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="schema/output-format.html" target="_parent">Output Format</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="schema/block-types.html" target="_parent">Block Types</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="schema/metadata.html" target="_parent">Metadata</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="schema/error-handling.html" target="_parent">Error Handling</a></span></li></ol><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="profiles/index.html" target="_parent">Profiles</a></span><ol class="section"><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="profiles/available.html" target="_parent">Available Profiles</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="profiles/invoice.html" target="_parent">invoice</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="profiles/receipt.html" target="_parent">receipt</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="profiles/bank_statement.html" target="_parent">bank_statement</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="profiles/contract.html" target="_parent">contract</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="profiles/legal_filing.html" target="_parent">legal_filing</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="profiles/form.html" target="_parent">form</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="profiles/scientific_paper.html" target="_parent">scientific_paper</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="profiles/book_chapter.html" target="_parent">book_chapter</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="profiles/slide_deck.html" target="_parent">slide_deck</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="profiles/custom.html" target="_parent">Custom Profiles</a></span></li></ol><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="sdk/index.html" target="_parent">SDK Quickstarts</a></span><ol class="section"><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="sdk/python.html" target="_parent">Python</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="sdk/rust.html" target="_parent">Rust</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="sdk/javascript.html" target="_parent">JavaScript/TypeScript</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="sdk/go.html" target="_parent">Go</a></span></li></ol><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="advanced/index.html" target="_parent">Advanced Topics</a></span><ol class="section"><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="advanced/ocr.html" target="_parent">OCR Configuration</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="advanced/font-encoding.html" target="_parent">Font Encoding Recovery</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="advanced/structure-tree.html" target="_parent">Structure Tree Extraction</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="advanced/hybrid-routing.html" target="_parent">Hybrid Routing</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="advanced/provenance.html" target="_parent">Provenance and Confidence</a></span></li></ol><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="troubleshooting/index.html" target="_parent">Troubleshooting</a></span><ol class="section"><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="troubleshooting/common-issues.html" target="_parent">Common Issues</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="troubleshooting/diagnostics.html" target="_parent">Diagnostics</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="troubleshooting/performance.html" target="_parent">Performance Tuning</a></span></li></ol><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="faq.html" target="_parent">FAQ</a></span></li></ol>
</body>
</html>