CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
NOTICE
README.md
SECURITY.md
THIRD_PARTY_NOTICES.txt
pyproject.toml
docs/assets/brand/icons/app/cocoapdf-app-icon.ico
docs/assets/brand/logo/cocoapdf-mark.svg
docs/assets/brand/source/cocoapdf-brand-tokens.json
docs/assets/brand/source/cocoapdf-logo-construction.svg
licenses/CPython-3.13.14.txt
licenses/PyInstaller-6.21.0.txt
src/cocoapdf/__init__.py
src/cocoapdf/__main__.py
src/cocoapdf/_textio.py
src/cocoapdf/_version.py
src/cocoapdf/cli.py
src/cocoapdf/core.py
src/cocoapdf/limits.py
src/cocoapdf/synthetic.py
src/cocoapdf/tools.py
src/cocoapdf.egg-info/PKG-INFO
src/cocoapdf.egg-info/SOURCES.txt
src/cocoapdf.egg-info/dependency_links.txt
src/cocoapdf.egg-info/entry_points.txt
src/cocoapdf.egg-info/requires.txt
src/cocoapdf.egg-info/top_level.txt
src/cocoapdf/assets/__init__.py
src/cocoapdf/assets/formula_svg.py
src/cocoapdf/assets/vector.py
src/cocoapdf/content/__init__.py
src/cocoapdf/content/forms.py
src/cocoapdf/content/runtime.py
src/cocoapdf/content/tokens.py
src/cocoapdf/cos/__init__.py
src/cocoapdf/cos/filters.py
src/cocoapdf/cos/streams.py
src/cocoapdf/cos/xref.py
src/cocoapdf/eval/__init__.py
src/cocoapdf/eval/tables.py
src/cocoapdf/fonts/__init__.py
src/cocoapdf/fonts/decoding.py
src/cocoapdf/html/__init__.py
src/cocoapdf/html/assets.py
src/cocoapdf/html/css.py
src/cocoapdf/html/render.py
src/cocoapdf/html/sanitize.py
src/cocoapdf/html/semantic.py
src/cocoapdf/ir/evidence.py
src/cocoapdf/ir/regions.py
src/cocoapdf/ir/semantic.py
src/cocoapdf/layout/__init__.py
src/cocoapdf/layout/callouts.py
src/cocoapdf/layout/floats.py
src/cocoapdf/layout/regions.py
src/cocoapdf/layout/sidebars.py
src/cocoapdf/markdown/__init__.py
src/cocoapdf/markdown/semantic.py
src/cocoapdf/reporting/__init__.py
src/cocoapdf/reporting/explain.py
src/cocoapdf/reporting/report.py
src/cocoapdf/semantics/__init__.py
src/cocoapdf/semantics/forms.py
src/cocoapdf/semantics/graph.py
src/cocoapdf/semantics/navigation.py
src/cocoapdf/semantics/notes.py
src/cocoapdf/semantics/output.py
src/cocoapdf/semantics/reconcile.py
src/cocoapdf/semantics/records.py
src/cocoapdf/semantics/source.py
src/cocoapdf/semantics/tables.py
src/cocoapdf/semantics/tagged.py
src/cocoapdf/text/__init__.py
src/cocoapdf/text/bidi.py
tests/test_conversion_contract.py
tests/test_engine_foundation.py
tests/test_font_decoding.py
tests/test_html_task_accessibility.py
tests/test_key_value_admission.py
tests/test_odl_badge_reporting.py
tests/test_opendataloader_automation.py
tests/test_opendataloader_timing.py
tests/test_outline_destination_accuracy.py
tests/test_pypi_release.py
tests/test_pypi_remote_eventual_consistency.py
tests/test_pypi_uv_version_check.py
tests/test_reference_manual_accuracy.py
tests/test_reference_manual_safety.py
tests/test_release_automation.py
tests/test_row_header_projection.py
tests/test_semantic_pipeline.py
tests/test_table_semantic_pruning.py