Giter Club home page Giter Club logo

ocr_api_server's Introduction

验证码识别接口

(接口能力由ddddocrocr_api_server提供支持)

接口说明

  1. 测试接口:

    地址:ping

    请求方式:GET

    携带参数:无

    说明:提供接口能力验证功能,返回pong则服务正常。

  2. 图片验证码识别(base64):

    base64方式地址:ocrocr/base64

    文件上传方式地址:ocr/file

    请求方式:GET或POST

    携带参数:

    1. image: 验证码图片base64或文件
    2. (可选)rerurn_type: 返回值格式 可选项:jsontext 默认值:json

    返回值:

    "status": 状态码,

    "result": 识别的结果,

    "msg": 消息,

    "time": 当前时间

  3. 目标检测识别(base64或文件上传):

    base64方式地址:detdet/base64

    文件上传方式地址:det/file

    请求方式:GET或POST

    携带参数:

    1. ​ image: 验证码图片base64
    2. (可选)rerurn_type: 返回值格式 可选项:jsontext 默认值:json

    返回值:

    "status": 状态码,

    "result": 识别的结果,

    "msg": 消息,

    "time": 当前时间

  4. 滑块识别:暂未启动

ocr_api_server's People

Contributors

chinggg avatar lyc8503 avatar nowanti avatar sml2h3 avatar wangwuxuan2011 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.