Fixture documents
0
Loaded from src/lib/assets/documents
Document inspection
A SvelteKit workspace for running OCR on document images, reviewing confidence-based signals, and checking annotated regions in context.
Loading fixtures...
Repository state
Fixture documents
0
Loaded from src/lib/assets/documents
OCR words
0
Parsed from cached OCR JSON and uploads
Annotated regions
0
0 marked forged in metadata
Input formats
JPG / PNG
Accepted by the upload endpoint
Signals
OCR confidence
Words below confidence thresholds are grouped with deterministic review labels.
Annotated regions
Fixture metadata can mark document regions as suspicious or forged for overlay review.
Manual verdict
The final forged/genuine state is a reviewer action, not an automatic legal decision.
Pipeline
Load an image
Start with a JPG or PNG upload, or open one of the tracked document fixtures.
Run OCR
Tesseract.js extracts words and confidence values through SvelteKit API routes.
Review signals
The UI groups low-confidence OCR words and annotated regions for manual inspection.
Fixtures
Loading fixtures...
Implementation
Run locally
Use the analyzer to validate fixtures or uploaded images.
The canvas, OCR confidence groups, annotated regions, and verdict controls stay together for repeatable local testing.