What
Compare mode shows two parser results side-by-side, but doesn't highlight differences.
Idea
Use a text diff library to highlight where PyMuPDF and Kreuzberg outputs diverge. This helps users understand parser strengths.
Files
- `web/src/components/compare-view.tsx`
Good libraries
- `diff` (npm) for text diffing
- Render additions in green, deletions in red
What
Compare mode shows two parser results side-by-side, but doesn't highlight differences.
Idea
Use a text diff library to highlight where PyMuPDF and Kreuzberg outputs diverge. This helps users understand parser strengths.
Files
Good libraries