嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
图片识别
.
├── C#图片识别_TesseractDemo.zip
└── TesseractDemo
├── TesseractDemo
│ ├── App.config
│ ├── Form1.Designer.cs
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── TesseractDemo.csproj
│ ├── bin
│ │ ├── Debug
│ │ │ ├── Tesseract.dll
│ │ │ ├── TesseractDemo.exe
│ │ │ ├── TesseractDemo.exe.config
│ │ │ ├── TesseractDemo.pdb
│ │ │ ├── tessdata
│ │ │ │ └── chi_sim.traineddata
│ │ │ ├── x64
│ │ │ │ ├── leptonica-1.80.0.dll
│ │ │ │ └── tesseract41.dll
│ │ │ └── x86
│ │ │ ├── leptonica-1.80.0.dll
│ │ │ └── tesseract41.dll
│ │ └── Release
│ ├── obj
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── TempPE
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ ├── TesseractDemo.Form1.resources
│ │ ├── TesseractDemo.Properties.Resources.resources
│ │ ├── TesseractDemo.csproj.AssemblyReference.cache
│ │ ├── TesseractDemo.csproj.CopyComplete
│ │ ├── TesseractDemo.csproj.CoreCompileInputs.cache
│ │ ├── TesseractDemo.csproj.FileListAbsolute.txt
│ │ ├── TesseractDemo.csproj.GenerateResource.cache
│ │ ├── TesseractDemo.csprojAssemblyReference.cache
│ │ ├── TesseractDemo.exe
│ │ └── TesseractDemo.pdb
│ └── packages.config
├── TesseractDemo.sln
└── packages
└── Tesseract.4.1.1
├── Tesseract.4.1.1.nupkg
├── build
│ └── Tesseract.targets
├── lib
│ ├── net40
│ │ └── Tesseract.dll
│ ├── net45
│ │ └── Tesseract.dll
│ └── netstandard2.0
│ ├── Tesseract.dll
│ └── Tesseract.xml
├── x64
│ ├── leptonica-1.80.0.dll
│ └── tesseract41.dll
└── x86
├── leptonica-1.80.0.dll
└── tesseract41.dll
21 directories, 46 files