omnius 1.0.628 → 1.0.631

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -538,6 +538,9 @@ the store, `OMNIUS_DISABLE_CONTEXT_WINDOW_DUMPS=1` to disable it, and
538
538
  | `GET` | `/v1/audio/classify/health` | Jetson CUDA/TensorRT YAMNet readiness |
539
539
  | `POST` | `/v1/audio/classify/setup` | Provision and warm the pinned JetPack TensorRT YAMNet runtime |
540
540
  | `POST` | `/v1/audio/classify` | Direct-tool compatible CUDA audio classification |
541
+ | `GET` | `/v1/ocr/readiness` | Advanced OCR package/engine/backend readiness (non-mutating) |
542
+ | `POST` | `/v1/ocr/setup` | Create and verify the isolated advanced OCR runtime |
543
+ | `POST` | `/v1/ocr/advanced` | Agent-equivalent advanced OCR direct-tool alias |
541
544
  | `POST` | `/v1/voice/transcribe` | Transcribe audio |
542
545
  | `POST` | `/v1/voice/asr` | Legacy transcription alias |
543
546
  | `POST` | `/v1/audio/transcriptions` | OpenAI-compatible transcription alias |