登录
首页 » C# » 利用office 自带组件进行 OCR

利用office 自带组件进行 OCR

于 2013-12-04 发布
0 148
下载积分: 1 下载次数: 0

代码说明:

利用office 自带组件进行 OCR

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • C#串口通讯
    串口通讯
    2021-05-06下载
    积分:1
  • AutoCAD .net 二次开发源码 下载
    用VS.NET2005开发ObjectARX程序 调试方法1.自动启动AutoCAD:选择工程根目录(解决方案下面的),鼠标右键-->属性-->工程属性对话框-->调试标签-->启动操作:启动外部程序-->浏览选择AutoCAD的安装目录,选择acad.exe。2.手动加载类库:(1) 按F5;(2) 自动启动AutoCAD,一路继续。(3) 在CAD命令行手动输入"netload",浏览到自己的动态连接库文件。3.自动加载类库:(1) 工程属性对话框-->调试标签-->启动选项-->命令行参数中输入:/nologo /b "....start.scr"让CAD自动在命令执行工程目录里的start.scr文件。(2) 然后就是在工程目录的根目录创建一个文本文件,名字取为“start.scr”,并在此文件中输入如下文本:netload "....indebuglubanren_2008.dll" (3) 按F5。4.单纯的数据库交互窗体操作,使用Windows 应用程序开发模式调试会更方便些:(1) 工程属性对话框-->应用程序标签-->程序集名称:Windows 应用程序。(2) 调试标签-->启动操作:启动项目。(3) 按F5。
    2013-08-30下载
    积分:1
  • eWebEditorExt编辑器Demo 源码下载
    测试结果:IE高版本(IE10/chrome)不能用。。。
    2015-05-26下载
    积分:1
  • 动画效果浮动窗体实例
            private void StopRectTimer_Tick(object sender, EventArgs e)        {            //如果鼠标在窗体上,则根据停靠位置显示整个窗体              if (this.Bounds.Contains(Cursor.Position))            {                switch (this.StopDock)                {                    case AnchorStyles.Top:                        this.Location = new Point(this.Location.X, 0);                        break;                    case AnchorStyles.Bottom:                        this.Location = new Point(this.Location.X, Screen.PrimaryScreen.Bounds.Height - this.Height);                        break;                    case AnchorStyles.Left:                        this.Location = new Point(0, this.Location.Y);                        break;                    case AnchorStyles.Right:                        this.Location = new Point(Screen.PrimaryScreen.Bounds.Width - this.Width, this.Location.Y);                        break;                }            }            else  //如果鼠标离开窗体,则根据停靠位置隐藏窗体,但须留出部分窗体边缘以便鼠标选中窗体              {                switch (this.StopDock)                {                    case AnchorStyles.Top:                        this.Location = new Point(this.Location.X, (this.Height - 3) * (-1));                        break;                    case AnchorStyles.Bottom:                        this.Location = new Point(this.Location.X, Screen.PrimaryScreen.Bounds.Height - 5);                        break;                    case AnchorStyles.Left:                        this.Location = new Point((-1) * (this.Width - 3), this.Location.Y);                        break;                    case AnchorStyles.Right:                        this.Location = new Point(Screen.PrimaryScreen.Bounds.Width - 2, this.Location.Y);                        break;                }            }        }
    2015-06-10下载
    积分:1
  • C# FTP上传文件、下载文件 实例源码下载
    C# FTP上传文件、下载文件 实例源码下载
    2017-06-24下载
    积分:1
  • asp.net MVC3实例(含编辑器、登录、留、faq后台管理等功能)
    含编辑器功能
    2015-01-14下载
    积分:1
  • Aspose.Cells 导出excel 示例源码(C#)
    Aspose.Cells 导出excel 示例源码(C#)
    2017-10-31下载
    积分:1
  • 从数据库读取数据到treeview 示例源码下载
    从数据库读取数据到treeview 示例源码下载
    2021-04-09 20:08:59下载
    积分:1
  • 骑士飞行棋
    骑士飞行棋
    2014-07-10下载
    积分:1
  • 串口调试助手(c#源码)
    【实例简介】 用c#写一个串口通讯助手,可以打开关闭串口、选择波特率、发送接收模式支持字符与数值
    2021-08-02 00:31:03下载
    积分:1
  • 696516资源总数
  • 106409会员总数
  • 8今日下载