Axiom is a structural OCR tool built for handwritten STEM notes.
Unlike generic OCR that only extracts text, Axiom preserves mathematical structure — aligned equations, multi-step derivations, numbered problems, and tables — and converts them into clean LaTeX or Markdown.
It detects alignment patterns, groups derivation steps as atomic blocks, stabilizes tables, and prevents structural drift across pagination.
Export as compile-ready LaTeX, Markdown, or searchable PDF — directly in the browser.
Comments (1)
Built Axiom after struggling with OCR tools that extracted text but destroyed mathematical layout. Most of the work ended up being structural detection and post-processing rather than raw OCR. Curren