• 大小: 0.57M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: C#
  • 标签: OCR  识别  截图  

资源简介

英文识别率百分之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个文件信息

评论

共有 条评论