blazegraph-io-core 0.1.2

Core library for semantic document graph processing — parse PDFs into structured, queryable graphs
Documentation
1
2
3
4
5
6
7
8
9
10

pub mod analytics;
pub mod serialization;
pub mod builder;
pub mod graph;
pub mod graph_sanity;
pub mod node_id;
// Re-export for easy access
pub use analytics::GraphAnalytics;
pub use node_id::NodeIdGenerator;