blazegraph-io-core 0.1.0

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

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