基本信息
源码名称:C#开发的图片识别程序,Tesseract-OCR;挺好用,可以用来做毕业设计,搞研究!
源码大小:36.62M
文件格式:.zip
开发语言:C#
更新时间:2023-09-04
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

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

本次赞助数额为: 2 元 
   源码介绍
C#开发的图片识别程序,Tesseract-OCR;挺好用,可以用来做毕业设计,搞研究!

.
├── C#开发的图片识别程序,Tesseract-OCR;挺好用,可以用来做毕业设计,搞研究!_OCR_WinForm-master.zip
├── OCR_WinForm-master
│   ├── OCRImage.gif
│   ├── OCRImage.jpg
│   ├── OCRImage.tif
│   ├── OCRImage2.gif
│   ├── OCRImageCropped.jpg
│   ├── OCRImageCropped.tif
│   ├── OCRImage_BigChunk.jpg
│   ├── OCRResult_BigChunk.txt
│   ├── OCRSmall.jpg
│   ├── OCR_WinForm
│   │   ├── App.config
│   │   ├── Form1.Designer.cs
│   │   ├── Form1.cs
│   │   ├── Form1.resx
│   │   ├── OCR_WinForm.csproj
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── bin
│   │   │   └── Debug
│   │   │       ├── OCR_WinForm.vshost.exe
│   │   │       ├── OCR_WinForm.vshost.exe.config
│   │   │       ├── OCR_WinForm.vshost.exe.manifest
│   │   │       └── tessdata
│   │   │           ├── eng.cube.bigrams
│   │   │           ├── eng.cube.fold
│   │   │           ├── eng.cube.lm
│   │   │           ├── eng.cube.nn
│   │   │           ├── eng.cube.params
│   │   │           ├── eng.cube.size
│   │   │           ├── eng.cube.word-freq
│   │   │           ├── eng.tesseract_cube.nn
│   │   │           └── eng.traineddata
│   │   ├── obj
│   │   │   └── Debug
│   │   │       ├── DesignTimeResolveAssemblyReferences.cache
│   │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │       ├── OCR_WinForm.csproj.FileListAbsolute.txt
│   │   │       ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │       ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │       └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   ├── packages.config
│   │   ├── x64
│   │   │   ├── liblept172.dll
│   │   │   └── libtesseract304.dll
│   │   └── x86
│   │       ├── liblept172.dll
│   │       └── libtesseract304.dll
│   ├── OCR_WinForm.sln
│   ├── One_Line.jpg
│   ├── Preprocess_BeforeOCR.jpg
│   └── packages
│       └── Tesseract.3.0.2.0
│           ├── Tesseract.3.0.2.0.nupkg
│           ├── content
│           │   ├── x64
│           │   │   ├── liblept172.dll
│           │   │   └── libtesseract304.dll
│           │   └── x86
│           │       ├── liblept172.dll
│           │       └── libtesseract304.dll
│           ├── lib
│           │   ├── net20
│           │   │   ├── Tesseract.dll
│           │   │   └── Tesseract.xml
│           │   ├── net35
│           │   │   ├── Tesseract.dll
│           │   │   └── Tesseract.xml
│           │   ├── net40
│           │   │   ├── Tesseract.dll
│           │   │   └── Tesseract.xml
│           │   ├── net40-client
│           │   │   ├── Tesseract.dll
│           │   │   └── Tesseract.xml
│           │   ├── net45
│           │   │   ├── Tesseract.dll
│           │   │   └── Tesseract.xml
│           │   └── net451
│           │       ├── Tesseract.dll
│           │       └── Tesseract.xml
│           └── tools
│               └── install.ps1
└── OCR_WinForm-master.zip

23 directories, 66 files