Skip to content

v0.10.0

Choose a tag to compare

@github-actions github-actions released this 10 Apr 20:26
166b0ed

0.10.0 (2026-04-10)

Features

  • djvm: add merge and split commands for DjVu documents (#126) (37eefd8), closes #76
  • ffi: add C FFI bindings via extern "C" functions (#127) (2226bdf), closes #72
  • ocr: pluggable OCR backend trait with Tesseract, ONNX, and Candle backends (#125) (bf26603), closes #77
  • python: add Python bindings via PyO3 (#128) (e250fff), closes #71

Bug Fixes

  • eliminate memory leaks and add OOM protection (25f041d)
  • jb2: prevent infinite loop in decode_num on corrupt streams (d7bee1e), closes #122