Supported boundary
- the public local CLI surface is the same six top-level primitives shown above
- legacy
document ...alias trees are not part of the supported docs path - workspace-writing local runs stay the mainline workflow
The local CLI is aligned to the same six primitives as the package API. Use the top-level primitive commands directly.
echo-pdf document ./sample.pdf
echo-pdf structure ./sample.pdf
echo-pdf semantic ./sample.pdf
echo-pdf page ./sample.pdf --page 1
echo-pdf render ./sample.pdf --page 1
echo-pdf ocr ./sample.pdf --page 1 --model gpt-4.1-mini
document ... alias trees are not part of the supported docs pathService and MCP commands may exist for compatibility, but this reference intentionally centers the local-first CLI workflow that writes workspace artifacts on the current machine.