ddddocr
Captcha recognition, object detection, and slide matching
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install ddddocr?โผ
Run `npx skills add 86maid/ddddocr --all -g -y` in your terminal to install this skill globally.
How to solve captcha images automatically?โผ
Start the local service and send a base64-encoded image to the /ocr endpoint, or run the included ocr.py script with your image path to get the recognized text instantly.
Can ddddocr solve slide puzzle captchas?โผ
Yes. It offers two slide matching algorithms that compare the puzzle piece with the background image and return the exact target position.
Does ddddocr work with AI agents via MCP?โผ
Yes. The server implements the Model Context Protocol, exposing ocr, det, slide_match, and slide_comparison as callable tools for any MCP-compatible agent.
Does ddddocr require OpenCV or heavy dependencies?โผ
No. It is a self-contained Rust binary that runs cross-platform on Windows, Linux, and macOS without OpenCV, and prebuilt releases are available.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core