LICENSE
README.md
pyproject.toml
src/docextract/__init__.py
src/docextract/cache.py
src/docextract/cli.py
src/docextract/config.py
src/docextract/example_schemas.py
src/docextract/grounding.py
src/docextract/json_repair.py
src/docextract/llm_client.py
src/docextract/ocr_engine.py
src/docextract/parser.py
src/docextract/pdf_utils.py
src/docextract/prompt_compiler.py
src/docextract/py.typed
src/docextract/result.py
src/docextract/schema.py
src/docextract/schema_compiler.py
src/docextract/schemas/invoice.json
src/docextract/schemas/shipment_manifest.json
src/fastdocparse.egg-info/PKG-INFO
src/fastdocparse.egg-info/SOURCES.txt
src/fastdocparse.egg-info/dependency_links.txt
src/fastdocparse.egg-info/entry_points.txt
src/fastdocparse.egg-info/requires.txt
src/fastdocparse.egg-info/top_level.txt
tests/test_architecture.py
tests/test_cli.py
tests/test_grounding.py
tests/test_parser.py
tests/test_schema_compiler.py
tests/test_severe_edge_cases.py