LICENSE
README.md
pyproject.toml
src/fastdocparse/__init__.py
src/fastdocparse/cache.py
src/fastdocparse/cli.py
src/fastdocparse/config.py
src/fastdocparse/example_schemas.py
src/fastdocparse/grounding.py
src/fastdocparse/json_repair.py
src/fastdocparse/llm_client.py
src/fastdocparse/ocr_engine.py
src/fastdocparse/parser.py
src/fastdocparse/pdf_utils.py
src/fastdocparse/prompt_compiler.py
src/fastdocparse/py.typed
src/fastdocparse/result.py
src/fastdocparse/schema.py
src/fastdocparse/schema_compiler.py
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
src/fastdocparse/schemas/invoice.json
src/fastdocparse/schemas/shipment_manifest.json
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