Winse.Captcha.Activities 1.0.7

There is a newer version of this package available.
See the version list below for details.
dotnet add package Winse.Captcha.Activities --version 1.0.7
NuGet\Install-Package Winse.Captcha.Activities -Version 1.0.7
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Winse.Captcha.Activities" Version="1.0.7" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Winse.Captcha.Activities --version 1.0.7
#r "nuget: Winse.Captcha.Activities, 1.0.7"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Winse.Captcha.Activities as a Cake Addin
#addin nuget:?package=Winse.Captcha.Activities&version=1.0.7

// Install Winse.Captcha.Activities as a Cake Tool
#tool nuget:?package=Winse.Captcha.Activities&version=1.0.7

Winse.Captcha.Activities Readme

概述

程序包中包含了对图片验证码的识别功能,调用了超级鹰验证码识别API接口。使用该活动时,无需将图片转为base64格式,直接将图片路径写入即可。

超级鹰官网:https://www.chaojiying.com/

Winse官网:http://rap.winse.cn

活动参数设置

图片添加文字

参数-说明

PicturePath - 需要添加文字的图片文件路径

Word - 需要添加的文字

Size - 需要添加文字的大小

OffsetX - 文字的X坐标

OffsetY - 文字的Y坐标

NewPicturePath - 添加文字后返回的图片文件路径

超级鹰验证码识别

参数 - 说明

InterfaceURL - 超级鹰识别核心接口

SoftwareID - 在超级鹰的用户中心处生成

VerificationCodeType - 在超级鹰价格体系中使用合适的验证码类型

PicturePath - 验证码图片的文件路径

UserAccount - 登录超级鹰所需的用户账号

UserPassword - 登录超级鹰所需的用户密码

查找像素位置

参数 - 说明

NotchPictures - 缺口图片的文件路径

FullPicture - 完整图片的文件路径

Width - 图片的宽度

High - 图片的高度

Located - 缺口左上角的像素位置

版本更新说明

version = 1.0.7

修改活动 图片添加文字,原活动中添加文字后只能保存为新图片,现活动可以保存为新图片也可以覆盖原图片。

Product Compatible and additional computed target framework versions.
.NET Framework net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.6.1

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.9 518 4/29/2022
1.0.8 387 3/14/2022
1.0.7 494 2/14/2022