This is a fork of orp (the original by
Frédérik Bilhaut), maintained by Kreuzberg for internal
use across our document-intelligence stack.
If you are not part of the Kreuzberg ecosystem, use the upstream
orpcrate instead. This fork exists only to carry private modifications (currently: a bump toort = 2.0.0-rc.12and the resulting API adjustments) ahead of upstream, and offers no stability or support guarantees.
The library is still exposed as orp — depend on it with:
[dependencies]
kreuzberg-orp = "0.1.0"and import as use orp::... in your Rust code.
Apache-2.0, same as the upstream project.