基本信息
源码名称:C# 验证码识别
源码大小:0.12M
文件格式:.rar
开发语言:C#
更新时间:2021-01-07
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 5 元 
   源码介绍
一个图片识别小工具,原先主要是识别以前公司的软件注册码截图里的数字和字母 (每次要一个一个框复制出来粘贴到注册器里,很麻烦!), 因为注册码出现的字母和数字基本就那几个,所以识别库的范围设定的比较少。 原理和算法在代码中做了详细说明。



iamge2text

├── Demo
│   ├── iamge2text.exe
│   └── 测试注册码图片(图片不能缩放,识别的字母范围已经定死).bmp
├── README.txt
└── 源码
    └── iamge2text
        ├── iamge2text
        │   ├── FormLicense.cs
        │   ├── FormLicense.designer.cs
        │   ├── FormLicense.resx
        │   ├── Program.cs
        │   ├── Properties
        │   │   ├── AssemblyInfo.cs
        │   │   ├── Resources.Designer.cs
        │   │   ├── Resources.resx
        │   │   ├── Settings.Designer.cs
        │   │   └── Settings.settings
        │   ├── bin
        │   │   └── Debug
        │   │       ├── iamge2text.exe
        │   │       ├── iamge2text.pdb
        │   │       ├── iamge2text.vshost.exe
        │   │       └── run.ico
        │   ├── iamge2text.csproj
        │   ├── obj
        │   │   └── Debug
        │   │       ├── iamge2text.FormLicense.resources
        │   │       ├── iamge2text.Properties.Resources.resources
        │   │       ├── iamge2text.csproj.FileListAbsolute.txt
        │   │       ├── iamge2text.csproj.GenerateResource.Cache
        │   │       ├── iamge2text.exe
        │   │       └── iamge2text.pdb
        │   └── run.ico
        ├── iamge2text.sln
        └── iamge2text.suo

9 directories, 26 files