LICENSE
README.md
pyproject.toml
document2graph/__init__.py
document2graph.egg-info/PKG-INFO
document2graph.egg-info/SOURCES.txt
document2graph.egg-info/dependency_links.txt
document2graph.egg-info/requires.txt
document2graph.egg-info/top_level.txt
document2graph/baseline_extractor/__init__.py
document2graph/baseline_extractor/extractor.py
document2graph/document2graph_extractor/__init__.py
document2graph/document2graph_extractor/extractor.py
document2graph/document2graph_extractor/level_classifier.py
document2graph/document2graph_extractor/metadata_extractor.py
document2graph/document2graph_extractor/snippet_graph_constructor.py
document2graph/models/Chunk.py
document2graph/models/Document.py
document2graph/models/DocumentMetadata.py
document2graph/models/EdgeWeightConfig.py
document2graph/models/ExtractorConfig.py
document2graph/models/ImageSnippetNode.py
document2graph/models/Snippet.py
document2graph/models/TableSnippetNode.py
document2graph/models/TextSnippet.py
document2graph/models/TextSnippetNode.py
document2graph/models/__init__.py
document2graph/utils/__init__.py
document2graph/utils/base_extractor.py
document2graph/utils/doc_to_tree_lib.py
document2graph/utils/edge_weight_lib.py
document2graph/utils/hybrid_chunker_extractor.py
document2graph/utils/log.py
tests/test_document2graph_extractor.py
tests/test_edge_weight_lib.py
tests/test_level_classifier.py
tests/test_snippet_graph.py