嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
C#百度OCR-本地和网络图片识别文字-更新
└── 百度OCR
├── AccessToken.cs
├── App.config
├── App_Start
│ └── SwaggerConfig.cs
├── Program.cs
├── Properties
│ ├── AssemblyInfo.cs
│ ├── Resources.Designer.cs
│ ├── Resources.resx
│ ├── Settings.Designer.cs
│ └── Settings.settings
├── ReturnJson.cs
├── ReturnJsonForCard.cs
├── bin
│ ├── Debug
│ │ ├── AipSdk.dll
│ │ ├── CYQ.Data.dll
│ │ ├── Microsoft.Web.Infrastructure.dll
│ │ ├── Newtonsoft.Json.dll
│ │ ├── Swashbuckle.Core.dll
│ │ ├── System.Net.Http.Formatting.dll
│ │ ├── System.Net.Http.Formatting.xml
│ │ ├── System.Web.Http.WebHost.dll
│ │ ├── System.Web.Http.WebHost.xml
│ │ ├── System.Web.Http.dll
│ │ ├── System.Web.Http.xml
│ │ ├── WebActivatorEx.dll
│ │ ├── idcard.png
│ │ ├── test.jpg
│ │ ├── test.jpg.txt
│ │ ├── timg.jpg
│ │ ├── 百度OCR.exe
│ │ ├── 百度OCR.exe.config
│ │ ├── 百度OCR.pdb
│ │ ├── 百度OCR.vshost.exe
│ │ ├── 百度OCR.vshost.exe.config
│ │ └── 百度OCR.vshost.exe.manifest
│ └── Release
├── frm_IDCardImgToTxt.Designer.cs
├── frm_IDCardImgToTxt.cs
├── frm_IDCardImgToTxt.resx
├── frm_TxtImgToTxt.Designer.cs
├── frm_TxtImgToTxt.cs
├── frm_TxtImgToTxt.resx
├── obj
│ └── Debug
│ ├── DesignTimeResolveAssemblyReferences.cache
│ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ ├── TempPE
│ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ ├── 百度OCR.Properties.Resources.resources
│ ├── 百度OCR.csproj.CopyComplete
│ ├── 百度OCR.csproj.CoreCompileInputs.cache
│ ├── 百度OCR.csproj.FileListAbsolute.txt
│ ├── 百度OCR.csproj.GenerateResource.cache
│ ├── 百度OCR.csprojAssemblyReference.cache
│ ├── 百度OCR.exe
│ ├── 百度OCR.frm_IDCardImgToTxt.resources
│ ├── 百度OCR.frm_TxtImgToTxt.resources
│ └── 百度OCR.pdb
├── packages.config
└── 百度OCR.csproj
9 directories, 56 files