LICENSE
README.md
pyproject.toml
docs2graph/__init__.py
docs2graph/cli.py
docs2graph/corpus.py
docs2graph/graph.py
docs2graph/iterate.py
docs2graph/loop.py
docs2graph/matching.py
docs2graph/prompt.py
docs2graph/ranking.py
docs2graph/types.py
docs2graph.egg-info/PKG-INFO
docs2graph.egg-info/SOURCES.txt
docs2graph.egg-info/dependency_links.txt
docs2graph.egg-info/entry_points.txt
docs2graph.egg-info/requires.txt
docs2graph.egg-info/top_level.txt
docs2graph/extractors/__init__.py
docs2graph/extractors/decision.py
docs2graph/extractors/knowledge.py
docs2graph/extractors/links.py
docs2graph/extractors/media.py
docs2graph/extractors/schema.py
docs2graph/extractors/section.py
docs2graph/loaders/__init__.py
docs2graph/loaders/auto.py
docs2graph/loaders/code.py
docs2graph/loaders/csv.py
docs2graph/loaders/docx.py
docs2graph/loaders/google.py
docs2graph/loaders/html.py
docs2graph/loaders/json.py
docs2graph/loaders/markdown.py
docs2graph/loaders/ocr.py
docs2graph/loaders/pdf.py
docs2graph/loaders/pptx.py
docs2graph/loaders/text.py
docs2graph/loaders/url.py
tests/test_code_loader.py
tests/test_encoding.py
tests/test_extract_schema.py
tests/test_extractors.py
tests/test_graph.py
tests/test_iteration_loop.py
tests/test_knowledge_decision_cli.py
tests/test_links.py
tests/test_loaders_extra.py
tests/test_ocr.py
tests/test_pdf_google_media.py