SnapScribe AI is a modular document intelligence engine. OCR is the reusable core. AI interpretation is optional, never a replacement.
Three extraction modes built on a clean, extensible architecture.
SnapScribe AI was built by Jhan Cedric Antonio to demonstrate real AI engineering design: a reusable OCR core layer, optional LLM interpretation, and clean API separation between deterministic and intelligent processing.
Unlike simple OCR apps, SnapScribe is architected as a foundation for scalable document processing, ready to extend into PDF parsing, batch pipelines, video OCR, and enterprise document intelligence systems.
The stack is FastAPI + Tesseract on the backend and Next.js on the frontend. Stateless, per-request processing with no database or authentication required for the MVP.
Upload
Drop a JPEG, PNG, or WebP image up to 10MB.
Choose Mode
Raw OCR, structured document, or smart analyze.
Extract
Processing runs per request. No account needed.
Export
View raw text, JSON, or a field table. Copy or download.
More full-stack AI projects from Jhan Cedric Antonio.