# ddddocr **Repository Path**: nomadichui/ddddocr ## Basic Information - **Project Name**: ddddocr - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2025-04-08 - **Last Updated**: 2026-04-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ddddocr服务 ## 部署 ### docker (推荐) ```shell docker run -d -p 7777:7777 --restart=always --name ddddocr xzxxn777/ddddocr:latest ``` ### 本地 ```shell git clone https://github.com/xzxxn777/ddddocr.git pip install -r requirements.txt python server.py ``` ## 测试 ```shell http://ip:7777 #浏览器打开,提示API运行成功! ``` ## 接口 ### 滑块验证 ```shell http://ip:7777/capcode ``` ### ocr识别 ```classification http://ip:7777/classification ``` ### 位置识别 ```shell http://ip:7777/detection ``` ### 数字计算 ```shell http://ip:7777/calculate ``` ### 滑块对比 ```shell http://ip:7777/slideComparison ``` ### 图片分割 ```shell http://ip:7777/crop ``` ### 图片点选 ```shell http://ip:7777/select ```