91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 0.75M
    文件類型: .7z
    金幣: 2
    下載: 8 次
    發(fā)布日期: 2020-12-14
  • 語言: C#
  • 標(biāo)簽: OCR??OC??識別??

資源簡介

OCR 字符識別,內(nèi)含破解版識別接口 可用于OCR 以及條碼識別

資源截圖

代碼片段和文件信息

using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Linq;
using?System.Text;
using?System.Windows.Forms;
using?System.Runtime.InteropServices;

namespace?ToText
{
????public?partial?class?Form1?:?Form
????{
????????public?Form1()
????????{
????????????InitializeComponent();
????????}

????????#region?DllImport
????????[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)]
????????static?extern?IntPtr?OCRpart(string?file?int?type?int?startX?int?startY?int?width?int?height);


評論

共有 條評論