LICENSE
NOTICE
README.md
pyproject.toml
src/paperwright/__init__.py
src/paperwright/__main__.py
src/paperwright/api.py
src/paperwright/article_model.py
src/paperwright/batch.py
src/paperwright/cli.py
src/paperwright/config.py
src/paperwright/evidence.py
src/paperwright/exceptions.py
src/paperwright/figures.py
src/paperwright/layout_candidate_features.py
src/paperwright/layout_candidates.py
src/paperwright/layout_caption.py
src/paperwright/layout_continuation.py
src/paperwright/layout_dataset.py
src/paperwright/layout_export.py
src/paperwright/layout_models.py
src/paperwright/layout_review.py
src/paperwright/layout_risk.py
src/paperwright/layout_roi.py
src/paperwright/layout_writer.py
src/paperwright/manifest.py
src/paperwright/models.py
src/paperwright/paths.py
src/paperwright/quality.py
src/paperwright/raster_layout.py
src/paperwright/reader.py
src/paperwright/reader_contract.py
src/paperwright/references.py
src/paperwright/region_render.py
src/paperwright/text_package.py
src/paperwright/text_reconstruction.py
src/paperwright/text_review.py
src/paperwright/writer.py
src/paperwright.egg-info/PKG-INFO
src/paperwright.egg-info/SOURCES.txt
src/paperwright.egg-info/dependency_links.txt
src/paperwright.egg-info/entry_points.txt
src/paperwright.egg-info/requires.txt
src/paperwright.egg-info/top_level.txt
src/paperwright/backends/__init__.py
src/paperwright/backends/base.py
src/paperwright/backends/pdfbox.py
src/paperwright/backends/pdfium.py
src/paperwright/schemas/article_model.schema.json
src/paperwright/schemas/batch_summary.schema.json
src/paperwright/schemas/final_layout.schema.json
src/paperwright/schemas/layout_task.schema.json
src/paperwright/schemas/manifest.schema.json
src/paperwright/schemas/physical_document.schema.json
src/paperwright/schemas/reader.schema.json
src/paperwright/schemas/text_review.schema.json
src/paperwright/schemas/text_task.schema.json
tests/test_agent_skills.py
tests/test_cli.py
tests/test_evidence.py
tests/test_furniture.py
tests/test_layout_risk.py
tests/test_layout_stage_a.py
tests/test_layout_stage_b.py
tests/test_layout_stage_c.py
tests/test_layout_stage_d.py
tests/test_layout_stage_f.py
tests/test_manifest.py
tests/test_models.py
tests/test_mvp_pipeline.py
tests/test_paths_api.py
tests/test_pdfium_degenerate.py
tests/test_phase3_figures.py
tests/test_phase4_auto_region.py
tests/test_phase4_region_render.py
tests/test_phase5_alpha.py
tests/test_public_onboarding.py
tests/test_quality.py
tests/test_raster_layout.py
tests/test_reader.py
tests/test_realworld_text_rules.py
tests/test_references.py
tests/test_text_package.py
tests/test_text_reconstruction.py
tests/test_text_review.py