A Bob plugin that utilizes WeChat's OCR engine for high-accuracy text recognition.
- Download the latest release
.bobpluginfile from Releases. - Double-click the downloaded file to install it into Bob.
This plugin works out of the box with the default API server.
- WeChat API Base URL: You can configure a custom API endpoint if needed.
- Default:
https://ocr-api.missuo.me
- Default:
To test the accuracy of the API, you can visit the web version at https://ocr.owo.nz.
You can deploy the OCR API server using wxocr or simply run:
git clone https://github.com/missuo/wxocr.git
cd wxocr
docker compose up -d --build- Clone this repository.
- Modify
src/main.jsorsrc/info.json. - Zip the contents of
srcinto a.bobpluginfile to test.