Bug Fixes
- cua-driver: rotate the perception extension signing key (#4072) (cf07615)
- cua-driver: ship license texts in cua-perception bundles (#4074) (d6b1751), closes #3934
- cua-perception: drop whitespace-only OCR text instead of failing the parse (#4183) (fe76ccf), closes #4181
Install
Cua Perception is an optional, separately licensed extension for Cua Driver. Download the catalog and the archive for your platform into the same directory, then inspect before installing:
| Platform | Catalog | Archive |
|---|---|---|
| macOS arm64 | cua-perception-0.2.1-aarch64-apple-darwin.catalog.json
| cua-perception-0.2.1-aarch64-apple-darwin.tar.gz
|
| Linux x64 | cua-perception-0.2.1-x86_64-unknown-linux-gnu.catalog.json
| cua-perception-0.2.1-x86_64-unknown-linux-gnu.tar.gz
|
| Windows x64 | cua-perception-0.2.1-x86_64-pc-windows-msvc.catalog.json
| cua-perception-0.2.1-x86_64-pc-windows-msvc.tar.gz
|
cua-driver extension inspect cua-perception --catalog cua-perception-0.2.1-<target>.catalog.json
cua-driver extension install cua-perception --catalog cua-perception-0.2.1-<target>.catalog.json
cua-driver extension status cua-perception --self-testEach catalog is signed with the cua publisher key pinned in Cua Driver. The release gate installed, self-tested, and parsed with every catalog using cua-driver 0.29.1 from the canonical installer. Source: 6aa37d0751d094bfe8fdc2df331ed9eae934c832.
The archive bundles the OmniParser detector (AGPL-3.0-only) and its corresponding source; see the included notices and libs/cua-driver/docs/perception-third-party-notices.md.