Aspose.OCR 19.9.3

There is a newer version of this package available.
See the version list below for details.
dotnet add package Aspose.OCR --version 19.9.3
NuGet\Install-Package Aspose.OCR -Version 19.9.3
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Aspose.OCR" Version="19.9.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Aspose.OCR --version 19.9.3
#r "nuget: Aspose.OCR, 19.9.3"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Aspose.OCR as a Cake Addin
#addin nuget:?package=Aspose.OCR&version=19.9.3

// Install Aspose.OCR as a Cake Tool
#tool nuget:?package=Aspose.OCR&version=19.9.3

Optical Character Recognition (OCR) .NET API

It is a standalone OCR API that enhances your .NET apps to perform the OCR operation 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.

Image OCR API Features

  • Programmatically detect, identify and read characters from images.
  • Support English, French, Spanish and Portuguese text.
  • 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.

Enhancements in Version 19.9.3

  • New text recognition engine speed and quality with the introduction of a new Line Recognition Neural Network. It allows to process the entire lines of text without splitting them into separate words which makes recognition faster and with higher quality.

For the detailed notes, please visit Aspose.OCR for .NET 19.9 - Release Notes.

Read Image Formats 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 2.0 and higher. This includes support for Mono and Client Profiles.

Getting 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.

Execute the following code snippet to see how Aspose.OCR API performs with your own samples or check the GitHub Repository for other common usage scenarios.

Convert Image to Text via C# Code

// initialize an instance of OcrEngine
OcrEngine ocrEngine = new OcrEngine();
// set the Image property by loading the image from file path location or an instance of MemoryStream 
ocrEngine.Image = ImageStream.FromFile(dataDir + "template.bmp");
// process the image
ocrEngine.Process();
// display the recognized text
Console.WriteLine(ocrEngine.Text);

Load a Remote Image for OCR Operation

Aspose.OCR for .NET enables your .NET applications to perform OCR in various scenarios such as accessing a remote JPG image via URL.

// initialize an instance of OcrEngine
OcrEngine ocrEngine = new OcrEngine();
// set the Image property by loading the image from remote location
ocrEngine.Image = ImageStream.FromUrl("https://blog.aspose.com/wp-content/uploads/sites/2/2019/03/SampleTextOnline.jpg");
// run recognition process
ocrEngine.Process();
// display the recognized text
Console.WriteLine(ocrEngine.Text);

Product Page | Documentation | API Reference | Code Examples | Blog | Free Support | Temporary License

Product Compatible and additional computed target framework versions.
.NET Framework net46 is compatible.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.6

    • No dependencies.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on Aspose.OCR:

Package Downloads
Aspose.Total

Aspose.Total for .NET is the most complete package of all .NET file format APIs offered by Aspose. It empowers developers to create, edit, render, print and convert between a wide range of popular document formats within any .NET, C#, ASP.NET and VB.NET applications.

NovaQual.DocumentConversionLib

This contains all the document conversions functionality e.g word to pdf, exce to pdf etc

Manager_Financial

Manage account between friends

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
24.4.0 647 4/15/2024
24.3.1 4,174 3/21/2024
24.3.0 2,416 3/15/2024
24.2.0 6,086 2/27/2024
24.1.0 11,628 1/18/2024
23.12.1 11,956 12/21/2023
23.12.0 7,082 12/4/2023
23.10.1 22,905 10/24/2023
23.10.0 7,735 10/10/2023
23.9.0 19,909 9/14/2023
23.8.1 22,023 8/31/2023
23.7.1 19,645 7/25/2023
23.7.0 11,849 7/11/2023
23.6.0 27,724 6/20/2023
23.5.0 14,942 5/19/2023
23.4.0 15,667 4/25/2023
23.3.1 30,260 3/23/2023
23.2.1 48,692 2/27/2023
23.2.0 10,569 2/13/2023
23.1.0 31,553 1/11/2023
22.12.0 20,597 12/14/2022
22.11.1 10,981 11/30/2022
22.11.0 17,918 11/14/2022
22.10.0 7,429 10/31/2022
22.9.0 26,494 9/28/2022
22.8.0 30,819 8/26/2022
22.7.0 18,674 7/22/2022
22.6.0 11,856 7/1/2022
22.5.0 28,378 5/22/2022
22.4.0 18,461 4/20/2022
22.3.0 22,398 3/28/2022
22.2.0 19,525 2/21/2022
22.1.0 25,045 1/27/2022
21.12.0 18,531 12/24/2021
21.11.0 25,177 11/18/2021
21.10.0 14,841 10/19/2021
21.9.0 31,982 9/21/2021
21.8.0 9,819 9/1/2021
21.7.0 43,845 7/29/2021
21.6.1 15,566 7/7/2021
21.6.0 19,818 6/30/2021
21.5.0 21,515 5/26/2021
21.4.0 64,906 4/29/2021
21.3.0 27,528 3/29/2021
21.2.0 16,688 2/25/2021
21.1.2 8,505 2/2/2021
20.12.1 6,588 2/2/2021
20.11.0 16,845 11/26/2020
20.10.0 13,372 10/27/2020
20.9.0 9,682 9/25/2020
20.8.0 12,598 8/27/2020
20.7.0 9,041 8/5/2020
20.6.1 6,432 8/5/2020
20.4.3 6,724 8/6/2020
19.9.3 9,304 2/5/2020
19.9.2 3,360 2/5/2020
19.9.1 10,710 11/20/2019
19.9.0 17,527 10/2/2019
19.8.1 5,316 9/2/2019
19.8.0 4,352 8/28/2019
17.11.0 18,925 11/15/2017
17.6.0 14,761 6/22/2017
17.3.0 4,040 3/17/2017
17.2.0 2,931 2/16/2017
17.1.0 3,684 1/14/2017
16.12.0 3,789 12/17/2016
16.11.0 2,893 11/11/2016
16.10.0 4,404 10/10/2016
3.7.0 2,897 9/2/2016
3.6.0 8,320 6/15/2016
3.5.0 3,391 4/12/2016
3.4.0 3,228 3/2/2016
3.3.0 3,788 2/1/2016
3.2.0 2,709 12/30/2015
3.1.0 3,435 11/23/2015
3.0.0 4,846 10/15/2015
2.9.0 3,189 9/7/2015
2.8.0 19,367 8/5/2015
2.7.0 7,342 6/26/2015
2.6.0 3,068 5/30/2015
2.5.0 3,120 4/30/2015
2.4.0 2,992 3/30/2015
2.3.0 3,412 2/26/2015
2.2.0 3,492 12/31/2014
2.1.0 2,804 10/21/2014
2.0.0 3,376 6/23/2014
1.9.0 2,877 4/3/2014
1.8.0 3,167 11/20/2013
1.6.0 12,738 7/22/2013
1.5.0 2,772 4/4/2013
1.4.0 2,571 12/27/2012
1.3.0 2,706 11/14/2012
1.2.0 2,678 10/19/2012
1.1.0.1 2,819 2/16/2012
1.1.0 2,643 1/24/2012

In this release, we used the new Line recognition Neural Network. It allows to process entire lines of text without splitting them into separate words, which makes recognition faster and with higher quality.