Skip to content

v1.0.11

Latest

Choose a tag to compare

@Goldziher Goldziher released this 03 Aug 05:38

Fixed

  • API OOM guard — the extraction HTTP server now bounds in-flight request concurrency so a burst of large uploads can no longer exhaust memory and OOM-kill the process in memory-limited containers. The limit defaults to 2 × CPU count clamped to [4, 32]; override with XBERG_MAX_CONCURRENT_REQUESTS (0 disables). (#1368)
  • OCR orientation — Tesseract and PaddleOCR automatic image rotation now use the document-orientation model's RGB input and probability output correctly, and recover sparse edge-aligned text the standard center crop omitted.
  • PaddleOCR paragraphs — consecutive visual text lines now stay in the same Markdown paragraph instead of each becoming a separate paragraph.

Zig

Add to your build.zig.zon:

.dependencies = .{
    .xberg-zig = .{\n        .url = \"https://github.com/xberg-io/xberg/releases/download/v1.0.11/xberg-zig-v1.0.11.tar.gz\",\n        .hash = \"xberg-1.0.11-iV1GruG3GRc9YT604c7yGBXEBUosz2vStHU0bn0VbkMz\",\n    },\n},\n```\n