文件名称:Recognize:rucaptcha
文件大小:9KB
文件格式:ZIP
更新时间:2024-06-11 12:33:00
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)