LICENSE
MANIFEST.in
README.md
pyproject.toml
docs/pypi.md
src/churro_ocr/__init__.py
src/churro_ocr/__main__.py
src/churro_ocr/cli.py
src/churro_ocr/document.py
src/churro_ocr/errors.py
src/churro_ocr/ocr.py
src/churro_ocr/page_detection.py
src/churro_ocr/py.typed
src/churro_ocr.egg-info/PKG-INFO
src/churro_ocr.egg-info/SOURCES.txt
src/churro_ocr.egg-info/dependency_links.txt
src/churro_ocr.egg-info/entry_points.txt
src/churro_ocr.egg-info/requires.txt
src/churro_ocr.egg-info/top_level.txt
src/churro_ocr/_internal/__init__.py
src/churro_ocr/_internal/image.py
src/churro_ocr/_internal/litellm.py
src/churro_ocr/_internal/logging.py
src/churro_ocr/_internal/pdf.py
src/churro_ocr/_internal/prompt_logging.py
src/churro_ocr/_internal/runtime.py
src/churro_ocr/prompts/__init__.py
src/churro_ocr/prompts/layout.py
src/churro_ocr/prompts/ocr.py
src/churro_ocr/providers/__init__.py
src/churro_ocr/providers/_shared.py
src/churro_ocr/providers/builder.py
src/churro_ocr/providers/hf.py
src/churro_ocr/providers/ocr.py
src/churro_ocr/providers/page_detection.py
src/churro_ocr/providers/specs.py
src/churro_ocr/providers/vllm.py
src/churro_ocr/templates/__init__.py
src/churro_ocr/templates/base.py
src/churro_ocr/templates/hf.py
src/churro_ocr/templates/presets.py