You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PDF permissions — 8 functional flags.getPermissions + correct /P encoding
of the 8 standard permission bits (print, modify, copy, annotate, fill-forms,
extract, assemble, high-res print).
Model structural edits. Table & sheet structural-edit ModelOps.
OCR (native gigapdf-ocr-rten crate — host-side, not bundled in the npm package)
Pivoted the OCR engine to PaddleOCR PP-OCR on RTen (pure-Rust ONNX, no C++/
Tesseract): 13 printed languages incl. our own Hebrew model, with automatic
per-line script selection.
Handwriting recognizer (latin_hw) — our own CRNN trained on real handwriting
(IAM/RIMES/NorHand/…; standard nn.LSTM → dynamic-width ONNX), opt-in via recognize_page_handwriting / recognize_page_with(img, "latin_hw").
Full OCR documentation refresh (architecture, training data, SDK, cookbook).