Path Lines of Code pyproject.toml 138 src/co_op_translator/__main__.py 164 src/co_op_translator/config/base_config.py 19 src/co_op_translator/config/constants.py 22 src/co_op_translator/config/font_config.py 26 src/co_op_translator/config/llm_config/__init__.py 1 src/co_op_translator/config/llm_config/azure_openai.py 19 src/co_op_translator/config/llm_config/config.py 87 src/co_op_translator/config/llm_config/openai.py 19 src/co_op_translator/config/llm_config/provider.py 17 src/co_op_translator/config/vision_config/__init__.py 1 src/co_op_translator/config/vision_config/azure_computer_vision.py 8 src/co_op_translator/config/vision_config/config.py 44 src/co_op_translator/config/vision_config/provider.py 9 src/co_op_translator/core/__init__.py 4 src/co_op_translator/core/llm/__init__.py 14 src/co_op_translator/core/llm/markdown_translator.py 132 src/co_op_translator/core/llm/providers/azure/__init__.py 7 src/co_op_translator/core/llm/providers/azure/markdown_translator.py 62 src/co_op_translator/core/llm/providers/azure/text_translator.py 14 src/co_op_translator/core/llm/providers/openai/__init__.py 7 src/co_op_translator/core/llm/providers/openai/markdown_translator.py 62 src/co_op_translator/core/llm/providers/openai/text_translator.py 14 src/co_op_translator/core/llm/text_translator.py 61 src/co_op_translator/core/project/__init__.py 2 src/co_op_translator/core/project/directory_manager.py 236 src/co_op_translator/core/project/project_translator.py 91 src/co_op_translator/core/project/translation_manager.py 525 src/co_op_translator/core/vision/__init__.py 4 src/co_op_translator/core/vision/image_translator.py 370 src/co_op_translator/core/vision/providers/azure/__init__.py 4 src/co_op_translator/core/vision/providers/azure/image_translator.py 13 src/co_op_translator/utils/common/__init__.py 1 src/co_op_translator/utils/common/file_utils.py 93 src/co_op_translator/utils/common/metadata_utils.py 30 src/co_op_translator/utils/common/task_utils.py 39 src/co_op_translator/utils/llm/__init__.py 1 src/co_op_translator/utils/llm/markdown_utils.py 307 src/co_op_translator/utils/llm/text_utils.py 15 src/co_op_translator/utils/vision/__init__.py 1 src/co_op_translator/utils/vision/image_utils.py 212