LICENSE
README.md
pyproject.toml
src/screenshot_to_text/__init__.py
src/screenshot_to_text/__version__.py
src/screenshot_to_text/app.py
src/screenshot_to_text/cli.py
src/screenshot_to_text/config.py
src/screenshot_to_text/constants.py
src/screenshot_to_text/errors.py
src/screenshot_to_text/helpers.py
src/screenshot_to_text.egg-info/PKG-INFO
src/screenshot_to_text.egg-info/SOURCES.txt
src/screenshot_to_text.egg-info/dependency_links.txt
src/screenshot_to_text.egg-info/entry_points.txt
src/screenshot_to_text.egg-info/requires.txt
src/screenshot_to_text.egg-info/top_level.txt
src/screenshot_to_text/data/__init__.py
src/screenshot_to_text/data/supported_platforms.yaml
src/screenshot_to_text/models/__init__.py
src/screenshot_to_text/models/dict_root_model.py
src/screenshot_to_text/models/s2tconfig.py
src/screenshot_to_text/models/supported_platforms.py
src/screenshot_to_text/models/tool_type.py
tests/test_config.py
tests/test_tools.py