Aspose.OCR 2.3.0

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

// Install Aspose.OCR as a Cake Tool
#tool nuget:?package=Aspose.OCR&version=2.3.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-29406 Support Brazilian Portuguese

Enhancements

OCR-33942 Add more supported image format extensions to the Template Editor's Browse Sheet Image dialog
OCR-33934 Template Editor still requires the Aspose.BarCodeRecognition.dll to perform the barcode detection
OCR-33932 Template Editor returns empty result when Text has to be detected from the sheet image
OCR-33931 Template Editor still requires the Aspose.OCR.Resource.zip to perform the OCR operation
OCR-33922 Notifiers don't work
OCR-33921 Incorrect recognized results from a 300 DPI sample
OCR-33857 Template Editor as well as Aspose.OMR 2.0.0 returns null

Exceptions

OCR-33935 Error "Cannot create instance of MainWindow" by the Template Editor after setting the Aspose.BarCode.dll for barcode detection
OCR-33933 NullReferenceException observed by the Template Editor while changing the Values or Sections Count properties
OCR-33918 IndexOutOfRangeException "Index was outside the bounds of the array." at OcrEngine.Process

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.NotifierFactory
Method Aspose.OCR.NotifierFactory.BlockNotifier
Method Aspose.OCR.NotifierFactory.LineNotifier
Method Aspose.OCR.NotifierFactory.PageNotifier
Method Aspose.OCR.NotifierFactory.SymbolNotifier
Method Aspose.OCR.NotifierFactory.WordNotifier

Removed APIs:
Class Aspose.OCR.DictionaryReaderCreator
Class Aspose.OCR.IDictionaryReader
Class Aspose.OCR.Notifier
Method Aspose.OCR.DictionaryReaderCreator.GetOpenOfficeDictionaryReader(System.IO.MemoryStream,System.IO.MemoryStream)
Method Aspose.OCR.DictionaryReaderCreator.GetOpenOfficeDictionaryReader(System.String,System.String)
Method Aspose.OCR.IDictionaryReader.GetWords
Method Aspose.OCR.Notifier.Block(System.Int32)
Method Aspose.OCR.Notifier.Page
Method Aspose.OCR.Notifier.Symbol
Method Aspose.OCR.Notifier.Word
Property Aspose.OCR.OCRConfig.DictionaryReader
Property Aspose.OCR.OCRConfig.UseDefaultDictionaries