How the demo works

Each link below is a regular <a href="*.pdf">, <a href="*.docx">, or <a href="*.xlsx">. When you click one, the embedded docbox.js script opens an overlay that renders the original document on one side and a live AI-generated, WCAG 2.1 AA–compliant HTML transcript on the other — with a top-left toggle, an outline, an Ask-a-Question panel grounded in the document, and an optional voice assistant.

Spreadsheets that look like calculators (e.g. the GPA calculator below) come back as working HTML forms: the LLM transpiles the Excel formulas into vanilla JavaScript so you can type into the inputs and watch the result recompute live.

This demo deliberately does not pre-cache transcripts so you can watch the pipeline run. Subsequent clicks are instant cache hits. Production deployments run scripts/crawl.py to pre-convert every PDF on your site.

Interactive Spreadsheet Sample

LACCD Student Forms

These are the documents linked from the LACCD Student Forms page. The labels below match the source page, and the files are served from demo/pdfs/ for deterministic local testing.

Add it to your own site

<script async src="https://access.project-remedy.com/docbox.js"></script>

That's it. Every existing PDF link keeps working for users who want the native PDF; anyone who needs an accessible transcript gets one on click.