一个免费开源一键搭建的通用验证码识别平台,大部分常见的中英数验证码识别都没啥问题。

Overview

captcha_server

一个免费开源一键搭建的通用验证码识别平台,大部分常见的中英数验证码识别都没啥问题。

使用方法

python >= 3.8 以上环境

pip install -r requirements.txt -i https://pypi.douban.com/simple

gunicorn -c conf.py ocr_server:app

You might also like...
Comments
  • docker 启动无效

    docker 启动无效

    FROM python:3.8

    WORKDIR /usr/src/app

    COPY requirements.txt ./

    RUN pip install -r requirements.txt

    COPY . .

    CMD ["gunicorn","ocr_server:app","-c","./conf.py"]

    opened by dashuaige2000 1
  • 无法安装

    无法安装

    pip install ddddocr==1.0.4 ERROR: Could not find a version that satisfies the requirement ddddocr==1.0.4 (from versions: none) ERROR: No matching distribution found for ddddocr==1.0.4

    opened by Arabot9 1
  • ModuleNotFoundError: No module named 'fcntl' and 'pwd'

    ModuleNotFoundError: No module named 'fcntl' and 'pwd'

    it is wrong that ModuleNotFoundError: No module named 'fcntl' and 'pwd' when i execute 'gunicorn -c conf.py ocr_server:app'

    my configuration is win10 , python 3.9

    opened by a1023182899 1
Owner
Sml2h3
逆向工程师
Sml2h3