We are pleased to announce the release of Aspose.OCR for .NET 1.5.0.

In this release we have introduced some improvements and bug fixes along with a new feature. It includes improvement in garbage element detection to increase the recognition accuracy. Rotation and flip parameters are exposed in the public API; the default value is none. Users can specify these parameters to improve recognition speed and accuracy as well.

This release also fixed an issue with recognition notification as well as other issues. We have also introduced a page notifier feature in this release. It usage is similar to other notifiers.

`INotifier processorPage = Notifier.Page();
processorPage.Elapsed += delegate 
 {
 totalPages++;` `};
ocrEngine.AddNotifier(processorPage);`

Please visit the following link for further details on what’s new in Aspose.OCR for .NET 1.5.0.