v1.0.9
Highlights
cargo binstall xberg-clinow installs a self-contained, fully static musl CLI binary with no ONNX/Tesseract/libheif runtime dependencies. Thex86_64-unknown-linux-muslbuild additionally bundles the pure-Rust Candle VLM OCR backends (TrOCR and PaddleOCR-VL);aarch64-unknown-linux-muslships extraction-only. ONNX/Tesseract/HEIC OCR remain available via Homebrew and the bundled per-target release tarballs.
Plus PaddleOCR accuracy and orientation improvements, iWork/Keynote/Numbers routing fixes, Org/EPUB/Typst/MSG extraction fixes, and broader OCR reading-order and CJK handling improvements.
See the CHANGELOG for the full list.
Zig
Add to your build.zig.zon:
.dependencies = .{
.xberg-zig = .{\n .url = \"https://github.com/xberg-io/xberg/releases/download/v1.0.9/xberg-zig-v1.0.9.tar.gz\",\n .hash = \"xberg-1.0.9-iV1GrgCxGBdzJr6tDN6rkyjLZq2kth3ZtBoNmZVAqDga\",\n },\n},\n```\n