blazegraph-io 0.1.1

Parse PDFs into semantic document graphs with bounding boxes. Built for GraphRAG.
Documentation
1
2
3
4
5
6
7
8
9
10
11
// All core functionality is in blazegraph-io-core
// This CLI acts as a thin wrapper around the core library

// CLI-specific modules
pub mod jre_manager;

// Re-export core types for convenience
pub use blazegraph_io_core::*;

// Re-export CLI utilities
pub use jre_manager::JreManager;