🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

asprise-ocr-api

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

asprise-ocr-api

The #1 OCR Component - Asprise OCR (optical character recognition) and barcode recognition SDK offers a high performance API library for you to equip your C# VB.NET as well as C/C++/Delphi applications with functionality of extracting text and barcode information from scanned documents. You can convert images (in various formats like JPEG, PNG, TIFF, PDF, etc.) into editable document formats Word, XML, searchable PDF, etc.). With our other offering like Asprise Image Scanning SDK (which captures documents from scanners), you can easily implement full document management solutions. Languages supported: Croatian, Czech, Danish, Dutch, English, Finnish, French, German, Greek, Hungarian, Icelandic, Indonesian, Italian, Malay, Maltese, Norwegian, Polish, Portuguese, Romanian, Russian, Spanish, Swedish, Turkish, Ukrainian, Vietnamese and more. IMR, MRZ and OMR are also supported. All popular barcode formats can be read and recognized: EAN-8, EAN-13, UPC-A, UPC-E, ISBN-10, ISBN-13, Interleaved 2 of 5, Code 39, Code 128, PDF417, and QR Code. Data capture are supported for processing documents like invoices and forms. The XML format provides full data like accuracy confidence, text coordinates and table form structure. Visit http://asprise.com for more details. For inquiries, please email us at support@asprise.com.

15.3.1
NuGet
Version published
Maintainers
1
Created
Source

Asprise OCR and Barcode Recognition SDK with Data Capture ◎ Royalty Free. #1 OCR Engine on NuGet

► TO RUN THE SAMPLE OCR APPLICATION

static class Program { // Program.cs [STAThread] static void Main() { Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); Application.Run(new asprise_ocr_api.OcrSampleForm()); // ☜ Run OcrSampleForm } }

► PERFORM OCR IN JUST A FEW LINES

using asprise_ocr_api;

AspriseOCR.SetUp(); AspriseOCR ocr = new AspriseOCR(); ocr.StartEngine("eng", AspriseOCR.SPEED_FASTEST); string file = "C:\YOUR_FILE.jpg"; // ☜ jpg, gif, tif, pdf, etc. string s = ocr.Recognize(file, -1, -1, -1, -1, -1, AspriseOCR.RECOGNIZE_TYPE_ALL, AspriseOCR.OUTPUT_FORMAT_PLAINTEXT); Console.WriteLine("Result: " + s); ocr.StopEngine();

► OCR PROGRAMMING GUIDE

Developer's Guide: http://asprise.com/royalty-free-library/c%23-sharp.net-ocr-barcode-reader-sdk-samples-docs.html

► CONTACT ASPRISE

Asprise OCR supports more than twenty languages as well as IMR passport MRZ, however only five popular languages are included in this trial kit. Please contact us if you need to evaluate other languages.

Email: contact@asprise.com Web: http://asprise.com/royalty-free-library/c%23-sharp.net-ocr-api-overview.html

Keywords

Asprise

FAQs

Package last updated on 23 Aug 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts