.env.example
LICENSE
MANIFEST.in
README.md
pyproject.toml
po_extractor/__init__.py
po_extractor/__main__.py
po_extractor/cli.py
po_extractor/config.py
po_extractor/exceptions.py
po_extractor/logging_setup.py
po_extractor/models.py
po_extractor/pipeline.py
po_extractor/py.typed
po_extractor.egg-info/PKG-INFO
po_extractor.egg-info/SOURCES.txt
po_extractor.egg-info/dependency_links.txt
po_extractor.egg-info/entry_points.txt
po_extractor.egg-info/requires.txt
po_extractor.egg-info/top_level.txt
po_extractor/extraction/__init__.py
po_extractor/extraction/bucketing.py
po_extractor/extraction/fields.py
po_extractor/extraction/handwritten.py
po_extractor/extraction/header.py
po_extractor/extraction/llm_extract.py
po_extractor/extraction/parties.py
po_extractor/extraction/table_items.py
po_extractor/extraction/terms.py
po_extractor/extraction/totals.py
po_extractor/ingestion/__init__.py
po_extractor/ingestion/image_loader.py
po_extractor/ingestion/input_resolver.py
po_extractor/ingestion/pdf_renderer.py
po_extractor/layout/__init__.py
po_extractor/layout/regions.py
po_extractor/layout/table_detector.py
po_extractor/layout/table_reconstructor.py
po_extractor/llm/__init__.py
po_extractor/llm/base.py
po_extractor/llm/claude_client.py
po_extractor/llm/factory.py
po_extractor/llm/grounding.py
po_extractor/llm/ollama_client.py
po_extractor/llm/prompt_templates.py
po_extractor/llm/template_coercion.py
po_extractor/ocr/__init__.py
po_extractor/ocr/base.py
po_extractor/ocr/line_grouping.py
po_extractor/ocr/mock_ocr_engine.py
po_extractor/ocr/models.py
po_extractor/ocr/paddle_ocr_engine.py
po_extractor/ocr/rapid_ocr_engine.py
po_extractor/output/__init__.py
po_extractor/output/json_builder.py
po_extractor/preprocessing/__init__.py
po_extractor/preprocessing/deskew.py
po_extractor/preprocessing/image_cleaner.py
po_extractor/review/__init__.py
po_extractor/review/corrections.py
po_extractor/templates/__init__.py
po_extractor/templates/matcher.py
po_extractor/templates/registry.py
po_extractor/templates/template_schema.py
po_extractor/templates/store/_default.yaml
po_extractor/templates/store/gfl_sales_order_v1.yaml
po_extractor/templates/store/tstanes_po_v1.yaml
po_extractor/templates/store/united_agro_so_v1.yaml
po_extractor/utils/__init__.py
po_extractor/utils/dates.py
po_extractor/utils/geometry.py
po_extractor/utils/numbers.py
po_extractor/utils/text.py
po_extractor/validation/__init__.py
po_extractor/validation/cross_checks.py
po_extractor/validation/engine.py
po_extractor/validation/validators.py
tests/test_corrections.py
tests/test_flat_values.py
tests/test_input_resolver.py
tests/test_json_schema.py
tests/test_llm_extract.py
tests/test_pipeline_smoke.py
tests/test_registry_draft_protection.py
tests/test_table_reconstruction.py
tests/test_template_coercion.py
tests/test_template_matching.py
tests/test_validators.py
tests/test_workspace_separation.py