# PDF2HTML

PDF-to-HTML SaaS focused on high visual parity with browser-native, indexable HTML output.

## Current state

The repository contains:

- a visual-parity proof of concept using pdf2htmlEX
- a reproducible remote buildbox demo conversion
- the SaaS MVP product specification
- the MVP acceptance and test plan

Generated conversion artifacts and the private source catalog are intentionally excluded from Git.

## Documentation

- [SaaS MVP specification](docs/specs/pdf2html-saas-mvp.md)
- [Visual parity POC](docs/specs/pdf-to-html-visual-parity-poc.md)
- [MVP test plan](docs/plans/pdf2html-saas-mvp-test-plan.md)
- [Development readiness review](docs/plans/2026-08-23-development-readiness.md)
- [Phased development plan](docs/plans/pdf2html-saas-development-plan.md)

## Demo

```bash
./demo/build.sh
python3 -m http.server 4173 --directory demo/pdf2html
```

Heavy conversion runs on `debian1`; it does not run on the laptop.
