Aspose.OCR 2.1.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Aspose.OCR --version 2.1.0
NuGet\Install-Package Aspose.OCR -Version 2.1.0
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="2.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Aspose.OCR --version 2.1.0
#r "nuget: Aspose.OCR, 2.1.0"
#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=2.1.0

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

Aspose.OCR for .NET is a character and optical mark recognition component built to allow developers to add OCR and OMR functionality in their ASP.NET web applications, web services and Windows applications. It provides a simple set of classes for controlling character and optical mark recognition

Product Compatible and additional computed target framework versions.
.NET Framework net20 is compatible.  net35 is compatible.  net40 is compatible.  net40-client is compatible.  net403 was computed.  net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  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.

This package has no dependencies.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.5.0 207 4/30/2015
2.4.0 217 3/30/2015
2.3.0 253 2/26/2015
2.2.0 370 12/31/2014
2.1.0 460 10/21/2014
2.0.0 741 6/23/2014
1.9.0 177 4/3/2014
1.8.0 106 11/20/2013
1.6.0 78 7/22/2013
1.5.0 78 4/4/2013
1.4.0 77 12/27/2012
1.3.0 74 11/14/2012
1.2.0 75 10/19/2012
1.1.0.1 80 2/16/2012
1.1.0 77 1/24/2012

Improvements and Changes

New Features
OCR-30703 Text blocks detection

Enhancements
OCR-33837 Latest version cannot correctly perform OCR on the sample provided with Aspose Examples Dashboard
OCR-33814 Incorrect recognition of numbers
OCR-33804 IRecognizedTextPartInfo does not return the found part type
OCR-33803 Improve text and picture blocks processing algorithm
OCR-33687 Incorrect results returned by OCR
OCR-33664 Improve time taken to extract the text from an image
OCR-33588 Unable to perform OCR on Arial 32pt Text

Exceptions
OCR-33820 Engine.Text.PartsInfo[].CharactersBox isn't set
OCR-33796 OcrException: "Error occurred during recognition." "Index was out of range. Must be non-negative and less than the size of the collection."
OCR-28970 OutOfMemoryException

Public API and Backwards Incompatible Changes

The following is a list of any changes made to the public API such as added, renamed, removed or deprecated members as well as any non-backward compatible change made to Aspose.OCR for .NET. If you have concerns about any change listed, please raise it on the Aspose.OCR support forum.

Added APIs:
Interface Aspose.OCR.IRecognizedPartInfo: Interface that presents information about part of the recognized text. Could be text or detected picture block.
Property Aspose.OCR.IRecognizedPartInfo.Box: Gets the rectangular area where the detected block (with text or picture) is shown on the image. Coordinates starts with the upper left corner of the image.

Removed APIs:
Property Aspose.OCR.IRecognizedTextPartInfo.Box: This property was moved to new upper level interface IRecognizedPartInfo.