基本信息
源码名称:OCR 简单实例
源码大小:43.26M
文件格式:.rar
开发语言:C#
更新时间:2022-03-03
友情提示:(无需注册或充值,赞助后即可获取资源下载链接)
嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559
本次赞助数额为: 2 元×
微信扫码支付:2 元
×
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
源码介绍
.
├── Free-OCR-API-CSharp-master
│ ├── APITest
│ │ ├── App.config
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.cs
│ │ ├── Form1.resx
│ │ ├── MyFormUrlEncodedContent.cs
│ │ ├── OCR-API-Test.csproj
│ │ ├── OCRResult.cs
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── Newtonsoft.Json.dll
│ │ │ │ ├── Newtonsoft.Json.xml
│ │ │ │ ├── OCRAPITest.exe
│ │ │ │ ├── OCRAPITest.exe.config
│ │ │ │ ├── OCRAPITest.pdb
│ │ │ │ └── dll
│ │ │ │ ├── x64
│ │ │ │ │ ├── OpenCvSharpExtern.dll
│ │ │ │ │ └── opencv_videoio_ffmpeg420_64.dll
│ │ │ │ └── x86
│ │ │ │ ├── OpenCvSharpExtern.dll
│ │ │ │ └── opencv_videoio_ffmpeg420.dll
│ │ │ └── Release
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── OCR-API-Test.csproj.CopyComplete
│ │ │ ├── OCR-API-Test.csproj.CoreCompileInputs.cache
│ │ │ ├── OCR-API-Test.csproj.FileListAbsolute.txt
│ │ │ ├── OCR-API-Test.csproj.GenerateResource.cache
│ │ │ ├── OCR-API-Test.csprojAssemblyReference.cache
│ │ │ ├── OCRAPITest.Form1.resources
│ │ │ ├── OCRAPITest.Properties.Resources.resources
│ │ │ ├── OCRAPITest.exe
│ │ │ ├── OCRAPITest.pdb
│ │ │ └── TempPE
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ └── packages.config
│ ├── LICENSE
│ ├── OCR-API-Test.sln
│ ├── README.md
│ ├── Test Images
│ │ ├── chi-scan-100dpi-verygood.jpg
│ │ ├── eng-screenshot-verygood.jpg
│ │ ├── eng-smartphone-ok.jpg
│ │ ├── toobig-error.png
│ │ └── tooblurry-error.jpg
│ └── ocr.space api test app.jpg
└── 好例子网_Free-OCR-API-CSharp-master.rar
13 directories, 45 files
OCR 简单实例
OCR简单识别
.
├── Free-OCR-API-CSharp-master
│ ├── APITest
│ │ ├── App.config
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.cs
│ │ ├── Form1.resx
│ │ ├── MyFormUrlEncodedContent.cs
│ │ ├── OCR-API-Test.csproj
│ │ ├── OCRResult.cs
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── Newtonsoft.Json.dll
│ │ │ │ ├── Newtonsoft.Json.xml
│ │ │ │ ├── OCRAPITest.exe
│ │ │ │ ├── OCRAPITest.exe.config
│ │ │ │ ├── OCRAPITest.pdb
│ │ │ │ └── dll
│ │ │ │ ├── x64
│ │ │ │ │ ├── OpenCvSharpExtern.dll
│ │ │ │ │ └── opencv_videoio_ffmpeg420_64.dll
│ │ │ │ └── x86
│ │ │ │ ├── OpenCvSharpExtern.dll
│ │ │ │ └── opencv_videoio_ffmpeg420.dll
│ │ │ └── Release
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── OCR-API-Test.csproj.CopyComplete
│ │ │ ├── OCR-API-Test.csproj.CoreCompileInputs.cache
│ │ │ ├── OCR-API-Test.csproj.FileListAbsolute.txt
│ │ │ ├── OCR-API-Test.csproj.GenerateResource.cache
│ │ │ ├── OCR-API-Test.csprojAssemblyReference.cache
│ │ │ ├── OCRAPITest.Form1.resources
│ │ │ ├── OCRAPITest.Properties.Resources.resources
│ │ │ ├── OCRAPITest.exe
│ │ │ ├── OCRAPITest.pdb
│ │ │ └── TempPE
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ └── packages.config
│ ├── LICENSE
│ ├── OCR-API-Test.sln
│ ├── README.md
│ ├── Test Images
│ │ ├── chi-scan-100dpi-verygood.jpg
│ │ ├── eng-screenshot-verygood.jpg
│ │ ├── eng-smartphone-ok.jpg
│ │ ├── toobig-error.png
│ │ └── tooblurry-error.jpg
│ └── ocr.space api test app.jpg
└── 好例子网_Free-OCR-API-CSharp-master.rar
13 directories, 45 files