Aspose.OCR 2.2.0

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

// Install Aspose.OCR as a Cake Tool
#tool nuget:?package=Aspose.OCR&version=2.2.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-33900 Support text parts hierarchy
OCR-33864 Character Whitelisting
OCR-33836 Create API for viewing filtered images
OCR-33782 Embed resources file into OCR dll
OCR-29002 Support for French and Spanish languages

Enhancements

OCR-33878 Improve working with languages through public API
OCR-33873 Incorrect number recognized
OCR-33906 Improve transparent images processing

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:
Class Aspose.OCR.LanguageFactory
Class Aspose.OCR.PreprocessedImages
Class Aspose.OCR.RecognizedText.TextPartInfo.TextPartLevel
Field/Enum Aspose.OCR.RecognizedText.TextPartInfo.TextPartLevel.Character
Field/Enum Aspose.OCR.RecognizedText.TextPartInfo.TextPartLevel.Line
Field/Enum Aspose.OCR.RecognizedText.TextPartInfo.TextPartLevel.Textblock
Field/Enum Aspose.OCR.RecognizedText.TextPartInfo.TextPartLevel.Word
Method Aspose.OCR.LanguageContainer.AddLanguages(Aspose.OCR.ILanguage[])
Method Aspose.OCR.LanguageContainer.Clear
Method Aspose.OCR.LanguageContainer.Dispose
Method Aspose.OCR.LanguageContainer.RemoveLanguage(Aspose.OCR.ILanguage)
Method Aspose.OCR.LanguageContainer.RemoveLanguages(Aspose.OCR.ILanguage[])
Method Aspose.OCR.LanguageContainer.ResetToDefaults
Method Aspose.OCR.LanguageFactory.Load(System.IO.Stream)
Method Aspose.OCR.LanguageFactory.Load(System.String)
Method Aspose.OCR.OcrEngine.Dispose
Property Aspose.OCR.ILanguage.Name
Property Aspose.OCR.IRecognizedTextPartInfo.Children
Property Aspose.OCR.IRecognizedTextPartInfo.Level
Property Aspose.OCR.LanguageContainer.Languages
Property Aspose.OCR.License.IsLicensed
Property Aspose.OCR.OCRConfig.Whitelist
Property Aspose.OCR.OcrEngine.LanguageContainer
Property Aspose.OCR.OcrEngine.PreprocessedImages
Property Aspose.OCR.PreprocessedImages.BinarizedImage
Property Aspose.OCR.PreprocessedImages.FilteredImage
Property Aspose.OCR.PreprocessedImages.NonTextRemovedImage
Property Aspose.OCR.PreprocessedImages.RotatedImage
Property Aspose.OCR.PreprocessedImages.TextBlocksImage

Removed APIs:
Class Aspose.OCR.Language
Method Aspose.OCR.Language.Load(System.String)
Method Aspose.OCR.LanguageContainer.GetEnumerator
Method Aspose.OCR.LanguageContainer.GetLanguage(System.String)
Property Aspose.OCR.ILanguage.Language
Property Aspose.OCR.LanguageContainer.Count
Property Aspose.OCR.LanguageContainer.Item(System.Int32)
Property Aspose.OCR.OcrEngine.Languages
Property Aspose.OCR.OcrEngine.Resource