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

资源简介

该实例实现了 截图并识别截图中的文字功能

该项目需要在安装 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

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      28672  2009-11-05 13:48  DevOCR\DevOCR\bin\Debug\DevOCR.exe

     文件      42496  2009-11-05 13:48  DevOCR\DevOCR\bin\Debug\DevOCR.pdb

     文件       5632  2007-06-05 15:21  DevOCR\DevOCR\bin\Debug\DevOCR.vshost.exe

     文件      45056  2009-11-03 17:00  DevOCR\DevOCR\bin\Debug\Interop.MODI.dll

     文件        730  2007-06-05 15:48  DevOCR\DevOCR\bin\Debug\temp.tif

     文件       7102  2009-11-05 19:43  DevOCR\DevOCR\bin\Debug\temp109.tif

     文件       6644  2009-11-05 19:44  DevOCR\DevOCR\bin\Debug\temp125.tif

     文件       2408  2007-06-05 15:50  DevOCR\DevOCR\bin\Debug\temp170.tif

     文件       7480  2009-11-05 19:43  DevOCR\DevOCR\bin\Debug\temp234.tif

     文件       6432  2009-11-05 19:41  DevOCR\DevOCR\bin\Debug\temp250.tif

     文件       2630  2007-06-05 16:02  DevOCR\DevOCR\bin\Debug\temp255.tif

     文件       6794  2009-11-03 17:09  DevOCR\DevOCR\bin\Debug\temp312.tif

     文件       1120  2009-11-05 13:48  DevOCR\DevOCR\bin\Debug\temp328.tif

     文件       1518  2009-11-03 17:01  DevOCR\DevOCR\bin\Debug\temp343.tif

     文件       2888  2009-11-05 19:43  DevOCR\DevOCR\bin\Debug\temp375.tif

     文件       2284  2007-06-05 15:58  DevOCR\DevOCR\bin\Debug\temp431.tif

     文件       1746  2009-11-05 13:51  DevOCR\DevOCR\bin\Debug\temp46.tif

     文件       2916  2009-11-08 14:10  DevOCR\DevOCR\bin\Debug\temp484.tif

     文件       8544  2009-11-03 17:02  DevOCR\DevOCR\bin\Debug\temp515.tif

     文件        822  2009-11-05 19:43  DevOCR\DevOCR\bin\Debug\temp593.tif

     文件       4580  2009-11-03 21:42  DevOCR\DevOCR\bin\Debug\temp703.tif

     文件       2116  2009-11-04 16:39  DevOCR\DevOCR\bin\Debug\temp765.tif

     文件       6210  2009-11-05 19:41  DevOCR\DevOCR\bin\Debug\temp796.tif

     文件       7278  2009-11-04 16:39  DevOCR\DevOCR\bin\Debug\temp875.tif

     文件      15626  2009-11-03 21:42  DevOCR\DevOCR\bin\Debug\temp906.tif

     文件       1304  2009-11-08 14:10  DevOCR\DevOCR\bin\Debug\temp937.tif

     文件        756  2009-11-05 19:41  DevOCR\DevOCR\bin\Debug\temp953.tif

     文件      13790  2009-11-03 17:02  DevOCR\DevOCR\bin\Debug\temp984.tif

    ..A.SH.     48640  2009-11-05 19:45  DevOCR\DevOCR\bin\Debug\Thumbs.db

     文件       4687  2009-11-03 17:01  DevOCR\DevOCR\DevOCR.csproj

............此处省略43个文件信息

评论

共有 条评论