Mass OCR & Data Extraction reads scanned PDFs - including handwriting: sign-up sheets, forms, invoices, field notes - and returns clean, structured rows as Excel, CSV, or JSONL. Built on the pipeline that digitized 7,000+ handwritten pages into 60,000+ contacts for a SPUR customer.
☷ Upload PDFs Get an API keyPick a template in the console, or describe your own columns in plain language.
Sign-up sheets, lead lists, attendance forms. Names, phone numbers, emails - row by row, with a per-row confidence grade, even in cursive.
Letters, notes, reports. Every page transcribed to text in reading order - printed or handwritten.
"Each page is an invoice - give me description, quantity, unit price, total per line item." Your description becomes the columns.
Processing runs on SPUR's own GPUs in Canada. Documents are never sent to a third-party API, never used for training, and input files are deleted the moment your job completes. Results are held 30 days, then purged.
Our vision model was benchmarked on messy, real-world handwriting - cursive emails, smudged phone digits - and graded per row so you know what to double-check.
$0.01/ page · $0.10 minimum · billed only for pages processed
No seats, no subscription. A 10,000-page digitization project costs $100.
Submit jobs programmatically with your sk-spur key; poll and download from the console or API.
curl -X POST https://ai.spuric.com/v1/ocr/jobs \ -H "Authorization: Bearer sk-spur-..." \ -F "files=@scans-box-1.pdf" \ -F "files=@scans-box-2.pdf" \ -F "template=contacts" \ -F "name=july-signups"