INSTALL.md
LICENSE
MANIFEST.in
PUBLISH_CHECKLIST.md
README.md
pyproject.toml
pytest.ini
requirements.txt
./bot_vision/__init__.py
./bot_vision/exceptions.py
./bot_vision/core/__init__.py
./bot_vision/core/image_processing.py
./bot_vision/core/keyboard_commands.py
./bot_vision/core/ocr_engine.py
./bot_vision/core/overlay.py
./bot_vision/core/relative_image.py
./bot_vision/core/task_executor.py
./bot_vision/utils/__init__.py
./bot_vision/utils/config.py
./bot_vision/utils/text_filters.py
bot_vision/__init__.py
bot_vision/exceptions.py
bot_vision/core/__init__.py
bot_vision/core/image_processing.py
bot_vision/core/keyboard_commands.py
bot_vision/core/ocr_engine.py
bot_vision/core/overlay.py
bot_vision/core/relative_image.py
bot_vision/core/task_executor.py
bot_vision/utils/__init__.py
bot_vision/utils/config.py
bot_vision/utils/text_filters.py
bot_vision_suite.egg-info/PKG-INFO
bot_vision_suite.egg-info/SOURCES.txt
bot_vision_suite.egg-info/dependency_links.txt
bot_vision_suite.egg-info/requires.txt
bot_vision_suite.egg-info/top_level.txt
docs/README.md
docs/api_reference.md
docs/installation.md
examples/__init__.py
examples/advanced_workflow.py
examples/basic_example.py
examples/compatibility_example.py
examples/migration_guide.py
examples/migration_guide_new_features.py
examples/new_features_example.py
tests/__init__.py
tests/conftest.py
tests/test_core.py
tests/test_exceptions.py
tests/test_integration.py
tests/test_new_features.py
tests/test_utils.py