OCR for documents already sitting in your own storage.
Point it at an S3 prefix, get Markdown and JSON back in the same bucket
under _ocr/. Your files never leave your account.
Read from your prefix, write results beside the source. We hold nothing after the job finishes — credentials are dropped the moment it ends.
Headings and tables come back as Markdown. Per-page JSON alongside it if you want the structure.
A queue with per-key fairness, so one large job cannot starve a small one behind it.
PDFs are rasterised a page at a time, so a 500-page file does not need 500 pages of memory.
_ocr/<key>.md and
_ocr/<key>.json back to your bucket.Access is currently invite-only while capacity is limited.