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

资源简介


资源截图

代码片段和文件信息

using System;
using System.Windows.Forms;
using System.Runtime.InteropServices;

namespace CTOCR
{
    public partial class MainForm : Form
    {
        public MainForm()
        {
            InitializeComponent();
        }

        private abstract class NativeMethod
        {
            [DllImport(“AspriseOCR.dll“ EntryPoint = “OCR“ CallingConvention = CallingConvention.Cdecl)]
            public static extern IntPtr OCR(string file int type);

            [DllImport(“AspriseOCR.dll“ EntryPoint = “OCRpart“ CallingConvention = CallingConvention.Cdecl)]
            public static extern IntPtr OCRpart(string file int type int startX int startY int width int height);

            [DllImport(“AspriseOCR.dll“ EntryPoint = “OCRBarCodes“ CallingConvention = C

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

     文件    1777664  2007-12-19 01:50  CTOCR\CTOCR\bin\Debug\AspriseOCR.dll

     文件       9728  2015-11-09 12:28  CTOCR\CTOCR\bin\Debug\CTOCR.exe

     文件      24064  2015-11-09 12:28  CTOCR\CTOCR\bin\Debug\CTOCR.pdb

     文件      11600  2015-11-09 12:28  CTOCR\CTOCR\bin\Debug\CTOCR.vshost.exe

     文件        490  2010-03-17 22:39  CTOCR\CTOCR\bin\Debug\CTOCR.vshost.exe.manifest

     文件     864256  2007-11-18 14:52  CTOCR\CTOCR\bin\Debug\DevIL.dll

     文件      81920  2007-11-18 14:52  CTOCR\CTOCR\bin\Debug\ILU.dll

     文件       3732  2015-11-09 12:21  CTOCR\CTOCR\CTOCR.csproj

     文件       1692  2015-11-09 12:28  CTOCR\CTOCR\MainForm.cs

     文件       3871  2015-11-09 11:47  CTOCR\CTOCR\MainForm.Designer.cs

     文件       6013  2015-11-09 11:47  CTOCR\CTOCR\MainForm.resx

     文件        434  2015-11-09 11:43  CTOCR\CTOCR\Program.cs

     文件       1352  2015-11-09 11:35  CTOCR\CTOCR\Properties\AssemblyInfo.cs

     文件       2861  2015-11-09 11:35  CTOCR\CTOCR\Properties\Resources.Designer.cs

     文件       5612  2015-11-09 11:34  CTOCR\CTOCR\Properties\Resources.resx

     文件       1091  2015-11-09 11:35  CTOCR\CTOCR\Properties\Settings.Designer.cs

     文件        249  2015-11-09 11:34  CTOCR\CTOCR\Properties\Settings.settings

     文件        857  2015-11-09 11:35  CTOCR\CTOCR.sln

    ..A..H.     20992  2015-11-09 12:34  CTOCR\CTOCR.suo

     目录          0  2015-11-09 12:22  CTOCR\CTOCR\bin\Debug

     目录          0  2015-11-09 12:34  CTOCR\CTOCR\bin

     目录          0  2015-11-09 11:34  CTOCR\CTOCR\Properties

     目录          0  2015-11-09 12:34  CTOCR\CTOCR

     目录          0  2015-11-09 11:35  CTOCR

----------- ---------  ---------- -----  ----

              2818478                    24


评论

共有 条评论