README.md pyproject.toml src/quber/__init__.py src/quber/cli.py src/quber.egg-info/PKG-INFO src/quber.egg-info/SOURCES.txt src/quber.egg-info/dependency_links.txt src/quber.egg-info/entry_points.txt src/quber.egg-info/requires.txt src/quber.egg-info/top_level.txt src/quber/agents/__init__.py src/quber/agents/_oauth_gate.py src/quber/agents/capture_advisor.py src/quber/agents/cell_reader.py src/quber/agents/classifier.py src/quber/agents/completeness.py src/quber/agents/cover_attribution.py src/quber/agents/detector.py src/quber/agents/factory.py src/quber/agents/figure_correction.py src/quber/agents/figure_values.py src/quber/agents/footnote_lookup.py src/quber/agents/grid_locator.py src/quber/agents/langsmith_tracer.py src/quber/agents/llm_client.py src/quber/agents/status_inspector.py src/quber/agents/unifier.py src/quber/core/__init__.py src/quber/core/consolidation.py src/quber/core/models.py src/quber/core/printed_text.py src/quber/core/validate.py src/quber/core/extractors/__init__.py src/quber/core/extractors/base.py src/quber/core/extractors/mock.py src/quber/core/extractors/camelot/__init__.py src/quber/core/extractors/camelot/acquire.py src/quber/core/extractors/camelot/recapture.py src/quber/core/extractors/camelot/tighten.py src/quber/core/extractors/camelot/correspondence/__init__.py src/quber/core/extractors/camelot/correspondence/correction.py src/quber/core/extractors/camelot/correspondence/geometry.py src/quber/core/extractors/camelot/correspondence/matching.py src/quber/core/extractors/camelot/correspondence/orchestrator.py src/quber/core/extractors/camelot/correspondence/recovery.py src/quber/core/extractors/camelot/llm/__init__.py src/quber/core/extractors/camelot/llm/orchestrator.py src/quber/core/extractors/camelot/llm/pipeline.py src/quber/core/extractors/dual/__init__.py src/quber/core/extractors/dual/camelot.py src/quber/core/extractors/dual/models.py src/quber/core/extractors/dual/orchestrator.py src/quber/core/extractors/dual/vision.py src/quber/core/extractors/set_of_mark/__init__.py src/quber/core/extractors/set_of_mark/assemble.py src/quber/core/extractors/set_of_mark/extent.py src/quber/core/extractors/set_of_mark/inspection.py src/quber/core/extractors/set_of_mark/merge_grounding.py src/quber/core/extractors/set_of_mark/orchestrator.py src/quber/core/extractors/set_of_mark/pipeline.py src/quber/core/extractors/set_of_mark/split.py src/quber/core/figures/__init__.py src/quber/core/figures/capture.py src/quber/core/figures/correct.py src/quber/core/figures/crosscheck.py src/quber/core/figures/geometry.py src/quber/core/figures/graft.py src/quber/core/figures/grid.py src/quber/core/figures/models.py src/quber/core/figures/nominate.py src/quber/core/figures/orchestrator.py src/quber/core/figures/scan.py src/quber/core/figures/values.py src/quber/core/figures/dpt3/__init__.py src/quber/core/figures/dpt3/blocks.py src/quber/core/figures/dpt3/digest.py src/quber/core/figures/dpt3/footnotes.py src/quber/core/figures/dpt3/graft.py src/quber/core/figures/dpt3/models.py src/quber/core/fusion/__init__.py src/quber/core/fusion/footnotes.py src/quber/core/fusion/fusion.py src/quber/core/fusion/graft.py src/quber/core/fusion/heading_review.py src/quber/core/fusion/matching.py src/quber/core/fusion/models.py src/quber/core/ocr/__init__.py src/quber/core/ocr/well.py src/quber/core/parsers/__init__.py src/quber/core/parsers/base.py src/quber/core/parsers/docling_parser.py src/quber/core/parsers/mock.py src/quber/core/parsers/result.py src/quber/db/__init__.py src/quber/db/connection.py src/quber/db/embeddings.py src/quber/db/importer.py src/quber/db/models.py src/quber/files/__init__.py src/quber/files/cache.py src/quber/files/output.py src/quber/files/pdf.py src/quber/playground/__init__.py src/quber/playground/agent.py src/quber/playground/app.py src/quber/playground/auth.py src/quber/playground/backfill_boxes.py src/quber/playground/batch.py src/quber/playground/db.py src/quber/playground/embedding.py src/quber/playground/export.py src/quber/playground/gpu.py src/quber/playground/ingest_fusion.py src/quber/playground/jobs.py src/quber/playground/jobs.sql src/quber/playground/metadata.py src/quber/playground/ranking.py src/quber/playground/retrieval.py src/quber/playground/schema.sql src/quber/playground/selection.py src/quber/playground/session.py src/quber/playground/storage.py src/quber/playground/tracing.py src/quber/playground/answers/__init__.py src/quber/playground/answers/declared.py src/quber/playground/answers/document.py src/quber/playground/answers/expectation.py src/quber/playground/answers/figures.py src/quber/playground/answers/fixed.py src/quber/playground/answers/planned.py src/quber/playground/answers/shapes.py src/quber/playground/answers/streaming.py src/quber/playground/benchmark/__init__.py src/quber/playground/benchmark/load.py src/quber/playground/benchmark/pages.py src/quber/playground/benchmark/run_shapes.py src/quber/playground/benchmark/schema.sql src/quber/playground/benchmark/verify_gold.py src/quber/playground/static/app.css src/quber/playground/static/app.js src/quber/playground/static/favicon-32.png src/quber/playground/static/index.html src/quber/playground/static/link-card.png src/quber/playground/static/qubera-mark-160.png src/quber/playground/static/styles.css src/quber/playground/static/tokens/base.css src/quber/playground/static/tokens/colors.css src/quber/playground/static/tokens/effects.css src/quber/playground/static/tokens/fonts.css src/quber/playground/static/tokens/spacing.css src/quber/playground/static/tokens/typography.css src/quber/playground/static/vendor/react-dom.production.min.js src/quber/playground/static/vendor/react.production.min.js src/quber/processors/__init__.py src/quber/processors/period.py src/quber/processors/table_inference.py src/quber/prompts/__init__.py src/quber/prompts/loader.py src/quber/prompts/table_inference.toml src/quber/providers/__init__.py src/quber/providers/landing/__init__.py src/quber/providers/landing/client.py src/quber/providers/landing/orchestrator.py src/quber/review/__init__.py src/quber/review/annotated.py src/quber/review/flags.py src/quber/review/html.py src/quber/settings/__init__.py src/quber/utils/__init__.py src/quber/utils/cuda_runtime.py src/quber/utils/logging.py tests/test_cli.py tests/test_completeness.py tests/test_dual_flow.py tests/test_grid_locator.py tests/test_s3_cache.py tests/test_settings.py