--- Source: https://docs.microblink.com/on-prem Title: On-prem deployment Description: Run document extraction and verification on your own infrastructure --- # On-prem deployment The on-prem deployment runs document extraction and verification on your own infrastructure. It ships as a single container image that bundles the API, the processing workers, and the machine learning models. You can run it in your own cloud, or on your own hardware, using any OCI-compliant container runtime. Nothing leaves your network: no images or extracted data are sent to Microblink. The API surface covers both extraction and verification. `/api/v3/extract` returns the data read from a document, and `/api/v3/verify` additionally runs authenticity and tampering checks against it. To get started, see the [quick start](./quick-start.md). Last updated on Aug 6, 2026