README.md
pyproject.toml
src/wechat_screenshot_vision_algorithm/__init__.py
src/wechat_screenshot_vision_algorithm/_config.py
src/wechat_screenshot_vision_algorithm/png_utils.py
src/wechat_screenshot_vision_algorithm.egg-info/PKG-INFO
src/wechat_screenshot_vision_algorithm.egg-info/SOURCES.txt
src/wechat_screenshot_vision_algorithm.egg-info/dependency_links.txt
src/wechat_screenshot_vision_algorithm.egg-info/requires.txt
src/wechat_screenshot_vision_algorithm.egg-info/top_level.txt
src/wechat_screenshot_vision_algorithm/algorithms/__init__.py
src/wechat_screenshot_vision_algorithm/algorithms/avatar_column.py
src/wechat_screenshot_vision_algorithm/algorithms/badge_detection.py
src/wechat_screenshot_vision_algorithm/algorithms/card_bbox.py
src/wechat_screenshot_vision_algorithm/algorithms/phash_utils.py
src/wechat_screenshot_vision_algorithm/algorithms/speaker_band.py
src/wechat_screenshot_vision_algorithm/algorithms/template_matching.py
src/wechat_screenshot_vision_algorithm/algorithms/title_ocr.py
src/wechat_screenshot_vision_algorithm/merge/__init__.py
src/wechat_screenshot_vision_algorithm/merge/multipage.py
src/wechat_screenshot_vision_algorithm/ocr/__init__.py
src/wechat_screenshot_vision_algorithm/ocr/avatar_guard.py
src/wechat_screenshot_vision_algorithm/ocr/badge_ocr.py
src/wechat_screenshot_vision_algorithm/ocr/nickname_binding.py
src/wechat_screenshot_vision_algorithm/ocr/text_ocr_adapter.py
src/wechat_screenshot_vision_algorithm/profiles/__init__.py
src/wechat_screenshot_vision_algorithm/profiles/android_wechat.py
src/wechat_screenshot_vision_algorithm/profiles/harmony_wechat.py
src/wechat_screenshot_vision_algorithm/profiles/ios_wechat.py
src/wechat_screenshot_vision_algorithm/templates/wechat/android/8.0.69/chat_back_chevron.png
src/wechat_screenshot_vision_algorithm/templates/wechat/android/8.0.69/chat_input_emoji_smile.png
src/wechat_screenshot_vision_algorithm/templates/wechat/android/8.0.69/chat_input_plus.png
src/wechat_screenshot_vision_algorithm/templates/wechat/android/8.0.69/chat_input_voice.png
src/wechat_screenshot_vision_algorithm/templates/wechat/android/8.0.69/chat_title_more_dots.png
src/wechat_screenshot_vision_algorithm/templates/wechat/android/8.0.69/favorite_label.png
src/wechat_screenshot_vision_algorithm/templates/wechat/android/8.0.69/new_messages_hint_suffix.png
src/wechat_screenshot_vision_algorithm/templates/wechat/android/8.0.69/unread_divider_hint.png
src/wechat_screenshot_vision_algorithm/templates/wechat/android/8.0.69/unread_divider_hint_v2_textonly.png
src/wechat_screenshot_vision_algorithm/templates/wechat/android/8.0.69/wechat_note_header.png
tests/test_card_bbox.py
tests/test_package.py