资源简介
asprise ocr 识别破解版,使用官方实例,内部包含源码,aocr_x64.dll等,破解弹窗问题
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.IO;
using System.Runtime.InteropServices;
using System.Text;
using System.Threading;
using System.Reflection;
using System.Windows.Forms; // for dll browsing dialog
using System.Drawing;
using System.Drawing.Imaging;
// Asprise C# VB.NET OCR SDK Library API. Read the developer‘s guide here.
namespace asprise_ocr_api
{
///
/// Represents an Asprise OCR engine.
/// Read the developer‘s guide here.
///
public class AspriseOCR
{
private const string OCR_DLL_NAME_32 = “aocr.dll“;
private const string OCR_DLL_NAME_64 = “aocr_x64.dll“;
/// Highest speed accuracy may suffer - default option
public const String SPEED_FASTEST = “fastest“;
/// less speed better accuracy
public const String SPEED_FAST = “fast“;
/// lowest speed best accuracy
public const String SPEED_SLOW = “slow“;
/// Recognize text
public const String RECOGNIZE_TYPE_TEXT = “text“;
/// Recognize barcode
public const String RECOGNIZE_TYPE_BARCODE = “barcode“;
/// Recognize both text and barcode
public const String RECOGNIZE_TYPE_ALL = “all“;
/// Output recognition result as plain text
public const String OUTPUT_FORMAT_PLAINTEXT = “text“;
/// Output recognition result in xml format with additional information if coordination confidence runtime etc.
public const String OUTPUT_FORMAT_xml = “xml“;
/// Output recognition result as searchable PDF
public const String OUTPUT_FORMAT_PDF = “pdf“;
/// Output to editable format RTF (can be edited in MS Word)
public const String OUTPUT_FORMAT_RTF = “rtf“;
// Common used languages
/// eng (English)
public const String LANGUAGE_ENG = “eng“;
/// spa (Spanish)
public const String LANGUAGE_SPA = “spa“;
/// por (Portuguese)
public const String LANGUAGE_POR = “por“;
/// deu (German)
public const String LANGUAGE_DEU = “deu“;
/// fra (French)
public const String LANGUAGE_FRA = “fra“;
// around 30 languages are supported - use their ISO 639 3-letter as the id
// ------------------------ dictionary properties ------------------------
/// set to ‘true‘ to skip using the default built in
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 81395 2017-06-24 19:16 asprise-ocr-csharp-vb.net-15.3.1-trail-破解版\img\test.pdf
文件 49734 2017-06-24 19:16 asprise-ocr-csharp-vb.net-15.3.1-trail-破解版\img\test.png
文件 85450 2016-06-01 10:04 asprise-ocr-csharp-vb.net-15.3.1-trail-破解版\sample-projects\.vs\config\applicationhost.config
..A..H. 77312 2018-06-07 16:46 asprise-ocr-csharp-vb.net-15.3.1-trail-破解版\sample-projects\.vs\ocr-samples-vs\v14\.suo
文件 5680 2018-05-03 18:53 asprise-ocr-csharp-vb.net-15.3.1-trail-破解版\sample-projects\asprise-ocr-api\asprise-ocr-api.csproj
文件 44962 2017-06-24 19:16 asprise-ocr-csharp-vb.net-15.3.1-trail-破解版\sample-projects\asprise-ocr-api\AspriseOCR.cs
文件 51200 2018-06-07 16:44 asprise-ocr-csharp-vb.net-15.3.1-trail-破解版\sample-projects\asprise-ocr-api\bin\Debug\asprise-ocr-api.dll
文件 56832 2018-06-07 16:44 asprise-ocr-csharp-vb.net-15.3.1-trail-破解版\sample-projects\asprise-ocr-api\bin\Debug\asprise-ocr-api.pdb
文件 22808 2018-06-07 16:44 asprise-ocr-csharp-vb.net-15.3.1-trail-破解版\sample-projects\asprise-ocr-api\bin\Debug\asprise-ocr-api.xm
文件 2426 2018-06-07 16:44 asprise-ocr-csharp-vb.net-15.3.1-trail-破解版\sample-projects\asprise-ocr-api\obj\Debug\asprise-ocr-api.csproj.FileListAbsolute.txt
文件 1058 2018-06-07 16:44 asprise-ocr-csharp-vb.net-15.3.1-trail-破解版\sample-projects\asprise-ocr-api\obj\Debug\asprise-ocr-api.csproj.GenerateResource.Cache
文件 2058 2018-06-07 16:44 asprise-ocr-csharp-vb.net-15.3.1-trail-破解版\sample-projects\asprise-ocr-api\obj\Debug\asprise-ocr-api.csprojResolveAssemblyReference.cache
文件 51200 2018-06-07 16:44 asprise-ocr-csharp-vb.net-15.3.1-trail-破解版\sample-projects\asprise-ocr-api\obj\Debug\asprise-ocr-api.dll
文件 56832 2018-06-07 16:44 asprise-ocr-csharp-vb.net-15.3.1-trail-破解版\sample-projects\asprise-ocr-api\obj\Debug\asprise-ocr-api.pdb
文件 180 2018-06-07 16:44 asprise-ocr-csharp-vb.net-15.3.1-trail-破解版\sample-projects\asprise-ocr-api\obj\Debug\asprise_ocr_api.OcrSampleForm.resources
文件 5672 2018-06-07 16:44 asprise-ocr-csharp-vb.net-15.3.1-trail-破解版\sample-projects\asprise-ocr-api\obj\Debug\asprise_ocr_api.Properties.Resources.resources
文件 1452 2018-04-20 15:32 asprise-ocr-csharp-vb.net-15.3.1-trail-破解版\sample-projects\asprise-ocr-api\obj\Debug\DesignTimeResolveAssemblyReferences.cache
文件 7015 2018-05-03 18:53 asprise-ocr-csharp-vb.net-15.3.1-trail-破解版\sample-projects\asprise-ocr-api\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
文件 3072 2018-05-03 18:53 asprise-ocr-csharp-vb.net-15.3.1-trail-破解版\sample-projects\asprise-ocr-api\obj\Debug\TempPE\Properties.Resources.Designer.cs.dll
文件 23559 2018-04-24 10:42 asprise-ocr-csharp-vb.net-15.3.1-trail-破解版\sample-projects\asprise-ocr-api\OcrSampleForm.cs
文件 23608 2017-06-24 19:16 asprise-ocr-csharp-vb.net-15.3.1-trail-破解版\sample-projects\asprise-ocr-api\OcrSampleForm.Designer.cs
文件 5817 2017-06-24 19:16 asprise-ocr-csharp-vb.net-15.3.1-trail-破解版\sample-projects\asprise-ocr-api\OcrSampleForm.resx
文件 1634 2017-06-24 19:16 asprise-ocr-csharp-vb.net-15.3.1-trail-破解版\sample-projects\asprise-ocr-api\Properties\AssemblyInfo.cs
文件 3985 2018-05-03 18:53 asprise-ocr-csharp-vb.net-15.3.1-trail-破解版\sample-projects\asprise-ocr-api\Properties\Resources.Designer.cs
文件 6198 2017-06-24 19:16 asprise-ocr-csharp-vb.net-15.3.1-trail-破解版\sample-projects\asprise-ocr-api\Properties\Resources.resx
文件 1490 2017-06-24 19:16 asprise-ocr-csharp-vb.net-15.3.1-trail-破解版\sample-projects\asprise-ocr-api\ReadMe-AspriseOCR.txt
文件 5460 2017-06-24 19:16 asprise-ocr-csharp-vb.net-15.3.1-trail-破解版\sample-projects\asprise-ocr-api\Resources\aocr.xsl
文件 99678 2017-06-24 19:16 asprise-ocr-csharp-vb.net-15.3.1-trail-破解版\sample-projects\asprise-ocr-api\Resources\favicon.ico
文件 3687 2017-06-24 19:16 asprise-ocr-csharp-vb.net-15.3.1-trail-破解版\sample-projects\asprise-ocr-api-sample\asprise-ocr-api-sample.csproj
文件 29294592 2016-09-05 15:28 asprise-ocr-csharp-vb.net-15.3.1-trail-破解版\sample-projects\asprise-ocr-api-sample\bin\Debug\aocr_x64.dll
............此处省略46个文件信息
评论
共有 条评论