kanadeblisst00/wechat_ocr
使用Python调用微信本地ocr服务
What it solves
This project provides a Python wrapper to access the local OCR (Optical Character Recognition) model integrated within the WeChat Windows application, allowing developers to extract text from images using WeChat's built-in capabilities.
How it works
It is a pure Python implementation that translates the calling methods from a C++ project (QQImpl). It interacts with the local WeChat OCR executable and libraries on a Windows system to process images and return recognition results via a callback function.
Who it’s for
Developers who have WeChat installed on Windows and want to integrate WeChat's local OCR functionality into their own Python scripts or applications.
Highlights
- Local OCR processing using WeChat's internal models.
- Pure Python implementation for easier integration.
- Asynchronous task handling with a result callback mechanism.
Related
- Project
sirfz/tesserocrA Python wrapper for the Tesseract OCR API that enables efficient text extraction from images with support for concurrent execution and Pillow integration.
- Project
TheJoeFin/Text-GrabText Grab is a Windows‑only desktop app that captures any visible text (screenshots, PDFs, UI elements) using local OCR (WinAI, WinRT OCR, or Tesseract) and provides built‑in cleanup, spreadsheet editing, regex‑based extraction, reusable grab templates, bulk folder processing, and a Chrome/Edge extension. All processing stays on‑device, with optional NPU‑accelerated inference on Copilot+ PCs. Install via Microsoft Store, GitHub releases, or package managers; source can be built with Visual Studio or the .NET SDK.
- Project
ok-oldking/ok-scriptA computer vision-based Python automation framework for Windows apps, games, and Android devices that supports OCR and template matching.
- Project
pygfx/wgpu-pyA Python implementation of the WebGPU API that provides a powerful and reliable interface for GPU graphics and compute applications.
- Project
emgucv/emgucvA cross-platform .NET wrapper for the OpenCV library that enables image-processing functions to be used in .NET compatible languages.