Skip to content

aspose-ocr/Aspose.OCR-for-.NET

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nuget Nuget GitHub

Optical Character Recognition (OCR) .NET API

It is a standalone OCR API that enhances your .NET apps to perform OCR on JPEG, PNG, GIF, BMP & TIFF images for extraction of English, French, Spanish & Portuguese content.

Aspose.OCR for .NET not only provides the Optical Character Recognition engine but more. You can also apply Blur, Gaussian Blur, and Median filter to reduce noise before document recognition and can set the OcrEngine to ignore non-textual blocks, maintain correct text order during document text recognition & automatically correct spellings of the document text.

Directory Description
Applications_Aspose_Ocr_Net_6 A collection of .NET projects that can be easily built with a script.
Examples A collection of .NET examples that help you learn the product features.

Image OCR API Features

  • Programmatically detect, identify and read characters from images.
  • Currently, it supports 26 European languages and Chinese.
  • Detect and read popular font faces such as Arial, Times New Roman, Courier New, Tahoma, Calibri & Verdana.
  • Supports regular, bold and italic font styles.
  • Scan whole image or only a specific portion of the image.
  • Scan rotated images.
  • Application of various noise removal filters to assist image recognition.
  • Calculate the bounding boxes of lines, paragraphs, words.
  • Get possible choices for each recognized character.
  • Pass URI and recognize the image from it.
  • Recognize multiple images in a folder, zip archive or in the list.
  • Get result in JSON or XML format.
  • Save results in text, DOCX, PDF, XLSX, XML, JSON formats

Aspose.OCR can recognize a large number of languages and all popular writing scripts, including texts with mixed languages.

Extended Latin alphabet

  • Croatian
  • Czech
  • Danish
  • Dutch
  • English
  • Estonian
  • Finnish
  • French
  • German
  • Italian
  • Latvian
  • Lithuanian
  • Norwegian
  • Polish
  • Portuguese
  • Romanian
  • Slovak
  • Slovenian
  • Spanish
  • Swedish

Supported characters

! " # $ % & ' ( )
* + , - . / 0 1 2 3
4 5 6 7 8 9 : ; < =
> ? @ [ \ ] _ ` { |
} ~ A B C D E F G H
I J K L M N O P Q R
S T U V W X Y Z a b
c d e f g h i j k l
m n o p q r s t u v
w x y z À Á Â Ã Ä Å
Æ Ā Ă Ą Ç Ć Ĉ Ċ Č Ð
Ď Đ È É Ê Ë Ē Ė Ę Ě
Ə à á â ã ä å æ ā ă
ą ç ć ĉ ċ č ð ď đ è
é ê ë ē ė ę ě ə Ĝ Ğ
Ġ Ģ Ĥ Ħ Ì Í Î Ï Ī Į
İ IJ Ĵ Ķ Ļ Ł Ñ Ń Ņ Ň
ĝ ğ ġ ģ ĥ ħ ì í î ï
ī į ı ij ĵ ķ ļ ł ñ ń
ņ ň Ò Ó Ô Õ Ö Ø Ő Œ
Ơ Ŕ Ř Ś Ŝ Ş Ș Š Þ
Ţ Ť Ù Ú Û Ü Ū Ŭ Ů Ű
Ų Ư Ŵ Ý Ŷ Ÿ Ź Ż Ž ò
ó ô õ ö ø ő œ ơ ŕ ř
ß ś ŝ ş ș š þ ţ ť ù
ú û ü ū ŭ ů ű ų ư ŵ
ý ŷ ÿ ź ż ž c

Cyrillic alphabet

  • Belorussian
  • Bulgarian
  • Kazakh
  • Russian
  • Serbian
  • Ukrainian

Supported characters

! \ " # $ % & ' (
) * + , - . / 0 1 2
3 4 5 6 7 8 9 : ; <
= > ? @ [ ] _ { | }
~ А Б В Г Д Е Ё Ж З
И Й К Л М Н О П Р С
Т У Ф Х Ц Ч Ш Щ Ъ Ы
Ь Э Ю Я а б в г д е
ё ж з и й к л м н о
п р с т у ф х ц ч ш
щ ъ ы ь э ю я Ў ў І
і Ѕ Ј Љ Њ Ќ Џ ѕ ј љ
њ ќ џ Ђ ђ Ћ ћ Ә Ғ Қ
Ң Ө Ұ Һ ә ғ қ ң ө ұ
һ Ї ї Є є

Asian languages

  • Chinese (more than 6,000 characters)

Load Images for OCR

Raster Formats: JPEG, PNG, GIF, BMP, TIFF

Platform Independence

You can use Aspose.OCR for .NET to develop applications in any development environment that targets the .NET Framework 4.6.1 and higher, .NET Core 2.0 and higher. Supports x64, x86, AnyCPU This includes support for Mono, Xamarin and Client Profiles.

Get Started with Aspose.OCR for .NET

Are you ready to give Aspose.OCR for .NET a try? Simply execute Install-Package Aspose.OCR from Package Manager Console in Visual Studio to fetch the NuGet package. If you already have Aspose.OCR for .NET and want to upgrade the version, please execute Update-Package Aspose.OCR to get the latest version.

Perform OCR on PNG Image via C# Code

// initialize an instance of AsposeOcr
AsposeOcr api = new AsposeOcr();

// recognize image
string result = api.RecognizeImage(dataDir + "sample.png");

// display the recognized text
Console.WriteLine(result);

Home | Product Page | Docs | Demos | API Reference | Examples | Blog | Search | Free Support | Temporary License