LICENSE
README.md
pyproject.toml
src/trueparse/__init__.py
src/trueparse/py.typed
src/trueparse.egg-info/PKG-INFO
src/trueparse.egg-info/SOURCES.txt
src/trueparse.egg-info/dependency_links.txt
src/trueparse.egg-info/entry_points.txt
src/trueparse.egg-info/requires.txt
src/trueparse.egg-info/top_level.txt
src/trueparse/api/routes.py
src/trueparse/api/schemas.py
src/trueparse/chunking/__init__.py
src/trueparse/chunking/chunker.py
src/trueparse/cli/main.py
src/trueparse/core/config.py
src/trueparse/core/enums.py
src/trueparse/core/errors.py
src/trueparse/core/logging.py
src/trueparse/core/models.py
src/trueparse/core/profiles.py
src/trueparse/core/security.py
src/trueparse/core/version.py
src/trueparse/document/graph.py
src/trueparse/document/hierarchy.py
src/trueparse/document/reading_order.py
src/trueparse/document/text_merge.py
src/trueparse/ocr/__init__.py
src/trueparse/ocr/engine.py
src/trueparse/pdf/drawings.py
src/trueparse/pdf/images.py
src/trueparse/pdf/inspector.py
src/trueparse/pdf/native.py
src/trueparse/pdf/renderer.py
src/trueparse/pipeline/runner.py
src/trueparse/quality/confidence.py
src/trueparse/serializer/html.py
src/trueparse/serializer/json.py
src/trueparse/serializer/markdown.py
src/trueparse/storage/filesystem.py
src/trueparse/tables/native.py
src/trueparse/workers/job_store.py
src/trueparse/workers/manager.py
tests/test_api.py
tests/test_chunking.py
tests/test_cli.py
tests/test_images.py
tests/test_layout.py
tests/test_models.py
tests/test_ocr.py
tests/test_pipeline.py
tests/test_profiles.py
tests/test_quality.py
tests/test_queue.py
tests/test_security.py
tests/test_serializers.py
tests/test_tables.py