Atlas OCR Console
Upload a document and the server will forward it to the OCR CLI. You can also call the HTTP API directly from your own tooling using the instructions below.
- Endpoint:
POST /process - Required form field:
file(binary document) - Optional form fields:
config(JSON file) anddocument_type(preset selector) -
CLI Example:
curl -F "file=@sample.png" -F "document_type=receipt" http://localhost:8080/process
Subscription
Sign in to view your active tier and billing cycle.
Workspace access
Log in to sync your upload history. You can continue as a guest, but action history is available only after authentication.
Browsing as guest. Log in to unlock your action history.
History is hidden while browsing as a guest. Authenticate to view previous runs.