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
-
GPA calculator (.xlsx)
Calculator-shaped workbook: grades and credits feed a weighted-average formula. The transcript should come back as a working HTML form.
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.
No LACCD demo documents are installed in this checkout right now.
Run scripts/download_samples.sh or download the
Student Forms inventory before testing the demo gallery.
-
AB 540 California Nonresident Tuition Exemption Request
Static residency exemption request with checkbox groups and certification areas.
-
Nonresident Tuition Fee Waiver (Word Version)
DOCX version of the fee waiver form.
-
Nonresident Tuition Fee Waiver (PDF Version)
Fillable PDF form with grouped fields and an income table.
-
Supplemental Residency Questionnaire
Long fillable questionnaire with many residency fields.
-
Certification of Homeless Status (Word Version)
DOCX certification form.
-
Certification of Homeless Status (PDF Version)
Two-page certification PDF with student, agency, and signature fields.
-
Application for Noncredit Admission
Large fillable admission form with applicant, enrollment, and office-use fields.
-
Application for Noncredit Admission (Spanish)
Spanish fillable admission form.
-
Pass No Pass Petition (PDF version)
Petition-style fillable form with course rows and office-use fields.
-
High School Graduation Update Form
Fillable update form with personal, school, and signature fields.
-
Excused Withdrawal (EW) Petition
Petition form with repeated course fields and certification text.
-
K-12 Parent Consent Form
Static parent consent form with student and parent sections.
-
LACCD Petition for Academic Renewal.pdf
Multi-page fillable petition with course rows and administrative fields.
-
Petition for Credit for Prior Learning
Course equivalency petition with form fields and real data tables.
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.