資源簡介
英文識別率百分之99以上,中文識別率百分之30左右,如果自己有龐大的數(shù)據(jù)庫可提升識別率, 源碼內(nèi)有 識別中文,英文 數(shù)字等區(qū)別,自行更改, 單一英文加數(shù)字識別率是最高的
該項(xiàng)目需要在安裝 Microsoft Office Document Imaging
下載地址 如下: http://www.xdowns.com/soft/4/25/2009/Soft_50716.html
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Text;
using?System.Windows.Forms;
using?System.Runtime.InteropServices;
using?System.Windows;
using?System.Drawing.Imaging;
using?System.Threading;
namespace?DevOCR
{
????public?partial?class?Form1?:?Form
????{
//?Declare?the?two?dialog?objects
//???we‘ll?be?using.
????????//聲明的兩個(gè)對話框?qū)ο?br/>????????//我們將使用。
MyWin?m_WindowDlg;
ShowBitmap?m_ShowBitmapDlg;
????????public?Form1()
????????{
????????????InitializeComponent();
}
private?void?btnCapture_Click(object?sender?EventArgs?e)
{
????????????//?Get?the?screen?width?and?height.獲取屏幕的寬度和高度。
int?w?=?Screen.PrimaryScreen.Bounds.Width;
int?h?=?Screen.PrimaryScreen.Bo
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
????..A..H.?????52736??2016-08-25?11:30??DevOCR\.vs\DevOCR\v14\.suo
?????文件???????4687??2009-11-03?17:01??DevOCR\Backup\DevOCR\DevOCR.csproj
?????文件???????4799??2009-11-04?17:00??DevOCR\Backup\DevOCR\Form1.cs
?????文件???????2351??2007-06-05?15:28??DevOCR\Backup\DevOCR\Form1.Designer.cs
?????文件???????5814??2007-06-05?15:28??DevOCR\Backup\DevOCR\Form1.resx
?????文件???????4811??2009-11-03?17:46??DevOCR\Backup\DevOCR\MyWin.cs
?????文件???????1752??2007-06-05?14:20??DevOCR\Backup\DevOCR\MyWin.Designer.cs
?????文件???????5814??2007-06-05?14:20??DevOCR\Backup\DevOCR\MyWin.resx
?????文件????????473??2007-06-04?14:07??DevOCR\Backup\DevOCR\Program.cs
?????文件???????1278??2007-06-04?14:07??DevOCR\Backup\DevOCR\Properties\AssemblyInfo.cs
?????文件???????2841??2007-06-04?14:07??DevOCR\Backup\DevOCR\Properties\Resources.Designer.cs
?????文件???????5612??2007-06-04?14:07??DevOCR\Backup\DevOCR\Properties\Resources.resx
?????文件???????1091??2007-06-04?14:07??DevOCR\Backup\DevOCR\Properties\Settings.Designer.cs
?????文件????????249??2007-06-04?14:07??DevOCR\Backup\DevOCR\Properties\Settings.settings
?????文件???????3483??2009-11-05?13:48??DevOCR\Backup\DevOCR\ShowBitmap.cs
?????文件???????1650??2007-06-05?14:56??DevOCR\Backup\DevOCR\ShowBitmap.Designer.cs
?????文件???????6008??2007-06-05?14:56??DevOCR\Backup\DevOCR\ShowBitmap.resx
?????文件????????455??2007-06-05?15:36??DevOCR\Backup\DevOCR\ShowText.cs
?????文件???????1737??2007-06-05?15:15??DevOCR\Backup\DevOCR\ShowText.Designer.cs
?????文件???????5814??2007-06-05?15:15??DevOCR\Backup\DevOCR\ShowText.resx
?????文件????????907??2007-06-04?14:07??DevOCR\Backup\DevOCR.sln
?????文件????????161??2016-08-23?11:13??DevOCR\DevOCR\app.config
?????文件??????19456??2016-08-26?08:49??DevOCR\DevOCR\bin\Debug\DevOCR.exe
?????文件????????161??2016-08-23?11:13??DevOCR\DevOCR\bin\Debug\DevOCR.exe.config
?????文件??????36352??2016-08-26?08:49??DevOCR\DevOCR\bin\Debug\DevOCR.pdb
?????文件??????22696??2016-08-26?11:42??DevOCR\DevOCR\bin\Debug\DevOCR.vshost.exe
?????文件????????161??2016-08-23?11:13??DevOCR\DevOCR\bin\Debug\DevOCR.vshost.exe.config
?????文件????????490??2015-06-04?12:48??DevOCR\DevOCR\bin\Debug\DevOCR.vshost.exe.manifest
?????文件?????524696??2009-02-14?05:40??DevOCR\DevOCR\bin\Debug\MDIVWCTL.DLL
?????文件?????229604??2016-08-23?11:18??DevOCR\DevOCR\bin\Debug\ocr.rar
............此處省略63個(gè)文件信息
評論
共有 條評論