资源简介
英文识别率百分之99以上,中文识别率百分之30左右,如果自己有庞大的数据库可提升识别率, 源码内有 识别中文,英文 数字等区别,自行更改, 单一英文加数字识别率是最高的
该项目需要在安装 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.
//声明的两个对话框对象
//我们将使用。
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
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
..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个文件信息
相关资源
- C# 实现多个IP摄像头画面预览以及截图
- C#获取视频时长,并且视频截图
- C# 语音识别 语音合成 .rar
- 人脸识别摄像头抓拍C#源码
- C#利用Emgu人脸识别Demo可直接运行
- C# 相对可用的车牌识别系统
- C#版RFID无线射频识别系统
- OpenCvSharp+ZXing条形码识别
- C# 实现完整功能的截图控件
- C# OCR识别 图片文字识别
- web页面整页截图C#实现
- C#生成网页截图 将指定html网页转换成
- wpf 截图demo源码
- Unity Windows Speech
- letter-recognition字符识别数据库
- c# 实现类似于电脑版微信的截图功能
- 人脸识别C#源码
- C#高质量仿腾讯截图程序(改_1)
- C#车牌识别
- C#截屏插件 DLL
- C#源码图片验证码识别
- c# 用SAPI实现语音识别及文本转换的详
- C#抓屏识别汉字源码
- VisionPro OCR字符识别
- C# 百度文字识别Demo
- c# 截取指定窗口图 根据指定坐标
- C#高质量仿腾讯截图程序(改)
- halcon联合C#车牌识别
- C#将tif影像转成jpg方法显示保持颜色不
- 语音识别系统(asp.net+c#)
评论
共有 条评论