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

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

本次赞助数额为: 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