Expand description
§orbok-extract
Text extraction (RFC-005): pluggable extractors turn boundary- validated source files into normalized, line-located segments. Extraction output is derived data — cacheable, rebuildable, never authoritative.
Re-exports§
pub use registry::ExtractorRegistry;pub use chunker::chunk;pub use types::DocumentExtractor;pub use types::ExtractOutput;pub use types::ExtractedSegment;pub use types::LocationQuality;pub use types::SegmentKind;