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
评论