国产xxxx99真实实拍_久久不雅视频_高清韩国a级特黄毛片_嗯老师别我我受不了了小说

資訊專(zhuān)欄INFORMATION COLUMN

nodejs OCR身份證識(shí)別

silenceboy / 1009人閱讀

摘要:要么少了數(shù)字還有可能數(shù)字反了無(wú)語(yǔ)不準(zhǔn)確可以用等接口請(qǐng)求模塊都可以七牛七牛帶上其他其他同學(xué)的博客找的

這個(gè)身份證識(shí)別 身份證號(hào)偶爾會(huì)識(shí)別有誤 。。。。 要么少了數(shù)字 還有可能數(shù)字反了 無(wú)語(yǔ) 不準(zhǔn)確

const axios = require("axios") //axios 可以用fetch 等接口請(qǐng)求模塊都可以
const utils = require("utility")
let body = {
      "data" : {
        "uri" : "http://medias.test.cloudm.com/wx/minip_huan/cm19782/20190604/104433/369/ptng.png"
      }
    }
    let accessKey = "七牛accessKey"
    let secretKey = "七牛secretKey "
    
    let data =  "POST /v1/ocr/idcard
Host: ai.qiniuapi.com
Content-Type: application/json

" + JSON.stringify(body)
    let sign = utils.hmac("sha1", secretKey, data).replace(/+/g, "-").replace(///g, "_")
  axios.post("http://ai.qiniuapi.com/v1/ocr/idcard", body ,{
    headers: {
      "Content-Type":"application/json",
      "Authorization":"Qiniu "+accessKey+":"+sign
    }
  }).then((response) => {
    console.log(response.data)
  }).catch((error) => {
    console.log(error)
  })

帶上其他其他同學(xué)的博客 找的
php java Python Go
https://www.cnblogs.com/shliujing/p/qi-niu-OCR-jie-kou-diao-shi--qi-niu-jian-quan-Toke.html

文章版權(quán)歸作者所有,未經(jīng)允許請(qǐng)勿轉(zhuǎn)載,若此文章存在違規(guī)行為,您可以聯(lián)系管理員刪除。

轉(zhuǎn)載請(qǐng)注明本文地址:http://specialneedsforspecialkids.com/yun/31654.html

相關(guān)文章

  • nodejs OCR份證識(shí)別

    摘要:要么少了數(shù)字還有可能數(shù)字反了無(wú)語(yǔ)不準(zhǔn)確可以用等接口請(qǐng)求模塊都可以七牛七牛帶上其他其他同學(xué)的博客找的 這個(gè)身份證識(shí)別 身份證號(hào)偶爾會(huì)識(shí)別有誤 。。。。 要么少了數(shù)字 還有可能數(shù)字反了 無(wú)語(yǔ) 不準(zhǔn)確 const axios = require(axios) //axios 可以用fetch 等接口請(qǐng)求模塊都可以 const utils = require(utility) let b...

    Clect 評(píng)論0 收藏0
  • nodejs OCR份證識(shí)別

    摘要:要么少了數(shù)字還有可能數(shù)字反了無(wú)語(yǔ)不準(zhǔn)確可以用等接口請(qǐng)求模塊都可以七牛七牛帶上其他其他同學(xué)的博客找的 這個(gè)身份證識(shí)別 身份證號(hào)偶爾會(huì)識(shí)別有誤 。。。。 要么少了數(shù)字 還有可能數(shù)字反了 無(wú)語(yǔ) 不準(zhǔn)確 const axios = require(axios) //axios 可以用fetch 等接口請(qǐng)求模塊都可以 const utils = require(utility) let b...

    yuanxin 評(píng)論0 收藏0
  • The Best Image Ocr SDK For BAT.

    摘要:默認(rèn)為是否返回識(shí)別結(jié)果中每一行的置信度通用文字識(shí)別含生僻字版中英文混合默認(rèn)為是否檢測(cè)圖像朝向是否返回文字外接多邊形頂點(diǎn)位置,不支持單字位置。 The Best Image Ocr SDK For BAT. 百度 OCR 通用文字識(shí)別 通用文字識(shí)別(高精度版) 通用文字識(shí)別(含位置信息版) 通用文字識(shí)別(含位置高精度版) 通用文字識(shí)別(含生僻字版) 網(wǎng)絡(luò)圖片文字識(shí)別 銀行卡識(shí)別 身...

    OBKoro1 評(píng)論0 收藏0

發(fā)表評(píng)論

0條評(píng)論

最新活動(dòng)
閱讀需要支付1元查看
<