Layout
Detects document regions, categories, confidence, and reading order before turning the page into text.
Upload one PDF, image, screenshot, or WebM. Hardparse returns Markdown, reading order, confidence, and source boxes.
No signup, no email, no extra form. Use the big upload box below.
Detects document regions, categories, confidence, and reading order before turning the page into text.
Switch between layout blocks and text-line overlays, then click any box to inspect its source.
PDFs, scans, screenshots, WebP, and WebM first frames run through the same live parser.
The public beta accepts anonymous uploads with rate limits. For higher volume or private deployments, email k.wikiel@gmail.com.
# Public beta: no key required for low-volume testing curl https://hardparse.com/v1/parse \ -F file=@document.pdf \ -o result.json jq '.markdown' result.json jq '.pages[0].regions[0].box' result.json
Try the public beta first. If you need a private instance, higher limits, or integration work, email k.wikiel@gmail.com.