Recognize:rucaptcha

时间:2021-05-22 18:46:20
【文件属性】:
文件名称:Recognize:rucaptcha
文件大小:9KB
文件格式:ZIP
更新时间:2021-05-22 18:46:20
JavaScript 认出 安装 使用NPM实用程序直接安装模块: npm install recognize 服务 文献资料 文件缓冲区 回调功能 recognize . solving ( data , { numeric : 1 , min_len : 5 } , function ( err , id , code ) { if ( err ) throw err ; console . log ( id , code ) ; } ) ; 或者 recognize . solving ( data , function ( err , id , code ) { if ( err ) throw err ; console . log ( id , code ) ; } ) ; ``` ### [Recognize Object] .report()```jsogni.report
【文件预览】:
Recognize-master
----package.json(630B)
----README.md(4KB)
----example()
--------captcha.png(6KB)
--------test.js(630B)
----recognize.js(4KB)

网友评论