CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
engocr/__init__.py
engocr/__main__.py
engocr/captions.py
engocr/cli.py
engocr/config.py
engocr/convert.py
engocr/extractor.py
engocr/imagegen.py
engocr/logging.py
engocr/progress.py
engocr/py.typed
engocr/schema.py
engocr.egg-info/PKG-INFO
engocr.egg-info/SOURCES.txt
engocr.egg-info/dependency_links.txt
engocr.egg-info/entry_points.txt
engocr.egg-info/requires.txt
engocr.egg-info/top_level.txt
engocr/providers/__init__.py
engocr/providers/anthropic.py
engocr/providers/base.py
engocr/providers/gemini.py
engocr/providers/openai_compat.py
tests/test_cli.py
tests/test_convert.py
tests/test_diagram_source.py
tests/test_imagegen.py
tests/test_robustness.py
tests/test_vision_providers.py
tests/test_vision_retry.py