Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions crates/lance-graph-contract/src/ogar_codebook.rs
Original file line number Diff line number Diff line change
Expand Up @@ -499,6 +499,14 @@ pub const CODEBOOK: &[(&str, u16)] = &[
// not 27 slots — the layer graph sinks onto `FacetCascade` tenants (the
// ruff→OGAR network harvest lands here).
("network_layer", 0x0804),
// PDF→text plan mints (tesseract-rs `pdf-to-text-ocr-v1.md` Phase 0 D0.3/D0.5;
// OGAR PR #172 is the authoritative side — this mirror lands PAIRED with its
// merge per the two-sided drift fuse). Each row names its consumer phase.
("textline", 0x0805),
("blob", 0x0806),
("page_layout", 0x0807),
("page_image", 0x0808),
("ocr_renderer", 0x0809),
// ── 0x09XX — Health domain (MedCare; OGIT NTO/Healthcare promotion) ──
("patient", 0x0901),
("diagnosis", 0x0902),
Expand Down
2 changes: 1 addition & 1 deletion crates/lance-graph-ogar/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ lance-graph-ontology = { path = "../lance-graph-ontology" }
#
# Back to branch = "main" now that OGAR #152 (Geo/OSM + network_layer, ALL=79)
# has merged: main == the temp-pinned rev, so the contract mirror (79) and
# ogar_vocab::class_ids::ALL (79) agree via COUNT_FUSE, and symbiont /
# ogar_vocab::class_ids::ALL (84 since the 0x0805..0x0809 OCR plan mints, OGAR #172) agree via COUNT_FUSE, and symbiont /
# cognitive-stack (which also `branch = "main"` these crates) resolve the SAME
# single OGAR copy instead of a second one at a rev (codex P2 on #648).
ogar-vocab = { git = "https://github.com/AdaWorldAPI/OGAR", branch = "main" }
Expand Down
Loading