LICENSE
README.md
pyproject.toml
preocr/__init__.py
preocr/cli.py
preocr/constants.py
preocr/exceptions.py
preocr/py.typed
preocr/reason_codes.py
preocr/version.py
preocr.egg-info/PKG-INFO
preocr.egg-info/SOURCES.txt
preocr.egg-info/dependency_links.txt
preocr.egg-info/entry_points.txt
preocr.egg-info/requires.txt
preocr.egg-info/top_level.txt
preocr/analysis/__init__.py
preocr/analysis/layout_analyzer.py
preocr/analysis/opencv_layout.py
preocr/analysis/page_detection.py
preocr/core/__init__.py
preocr/core/decision.py
preocr/core/detector.py
preocr/core/extractor.py
preocr/core/signals.py
preocr/extraction/__init__.py
preocr/extraction/base.py
preocr/extraction/confidence.py
preocr/extraction/formatters.py
preocr/extraction/office_extractor.py
preocr/extraction/pdf_extractor.py
preocr/extraction/schemas.py
preocr/extraction/text_extractor.py
preocr/extraction/validation.py
preocr/planner/__init__.py
preocr/planner/_extract.py
preocr/planner/config.py
preocr/planner/decision.py
preocr/planner/intent.py
preocr/planner/models.py
preocr/planner/planner.py
preocr/preprocess/__init__.py
preocr/preprocess/pipeline.py
preocr/preprocess/utils.py
preocr/preprocess/steps/__init__.py
preocr/preprocess/steps/denoise.py
preocr/preprocess/steps/deskew.py
preocr/preprocess/steps/otsu.py
preocr/preprocess/steps/rescale.py
preocr/probes/__init__.py
preocr/probes/image_probe.py
preocr/probes/office_probe.py
preocr/probes/pdf_probe.py
preocr/probes/text_probe.py
preocr/reporting/__init__.py
preocr/reporting/report_generator.py
preocr/utils/__init__.py
preocr/utils/batch.py
preocr/utils/cache.py
preocr/utils/filetype.py
preocr/utils/logger.py
preocr/utils/telemetry.py
tests/test_batch.py
tests/test_config_thresholds.py
tests/test_decision.py
tests/test_detector.py
tests/test_filetype.py
tests/test_hybrid_pipeline.py
tests/test_image_probe.py
tests/test_integration.py
tests/test_layout_analyzer.py
tests/test_layout_aware_needs_ocr.py
tests/test_office_probe.py
tests/test_opencv_layout.py
tests/test_page_detection.py
tests/test_pdf_probe.py
tests/test_planner.py
tests/test_preprocess.py
tests/test_reason_codes.py
tests/test_signals.py
tests/test_skip_opencv_heuristics.py
tests/test_text_probe.py