Skip to content

v1.0.9

Choose a tag to compare

@Goldziher Goldziher released this 02 Aug 14:10

Highlights

  • cargo binstall xberg-cli now installs a self-contained, fully static musl CLI binary with no ONNX/Tesseract/libheif runtime dependencies. The x86_64-unknown-linux-musl build additionally bundles the pure-Rust Candle VLM OCR backends (TrOCR and PaddleOCR-VL); aarch64-unknown-linux-musl ships 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