• Asprise OCR 15.3 最新破解

    上个月传了一个5.01的版本,但只解决了试用期弹出对话框的问题,没有处理试用期过后需要许可证的情况。 ----------- 这次连同最新版15.3一起上传,这个两个版本已经解决了试用期弹对话框和试用期过后需要许可证的问题(其他问题我还没有发现)。 ----------- 如何使用请参照原地址的描述:http://download.csdn.net/detail/wangjs_xz/8486141 或去官网下载最新版及实例 http://cdn.asprise.com/ocr/files/downloads/15/asprise-ocr-csharp-vb.net-15.3-trail.zip ----------- 另,因为我在项目中只是去进行验证码的识别,其它有什么问题我没做测试。

    4
    840
    53.15MB
    2015-04-11
    41
  • Asprise OCR 5.01 破解

    Asprise OCR 5.01,去除试用对话框,aocr.dll 使用: private const string OCR_DLL_NAME_32 = "aocr.dll"; [DllImport(OCR_DLL_NAME_32, CharSet = CharSet.Ansi)] public static extern int com_asprise_ocr_setup(int queryOnly); [DllImport(OCR_DLL_NAME_32, CharSet = CharSet.Ansi)] public static extern IntPtr com_asprise_ocr_start(string lang, string speed); [DllImport(OCR_DLL_NAME_32, EntryPoint = "com_asprise_ocr_recognize")] public static extern IntPtr com_asprise_ocr_recognize(Int64 handle, string imgFiles, int pageIndex, int startX, int startY, int width, int height, string recognizeType, string outputFormat, string propSpec, string propSeparator, string propKeyValueSpeparator); [DllImport(OCR_DLL_NAME_32, CharSet = CharSet.Ansi)] public static extern void com_asprise_ocr_util_delete(Int64 handle, bool isArray); com_asprise_ocr_setup(0); IntPtr _handle = com_asprise_ocr_start("eng", "fastest"); IntPtr ptr = com_asprise_ocr_recognize(_handle.ToInt64(), [图片路径], -1, -1, -1, -1, -1, "all", "text", "", "|", "="); string s = Marshal.PtrToStringAnsi(ptr).Replace("\n", ""); ============ 官方下载:http://asprise.com/royalty-free-library/ocr-api-for-java-csharp-vb.net.html

    4
    374
    29.18MB
    2015-03-09
    35
关注 私信
上传资源赚积分or赚钱