Skip to content

za3zilla/Aspose_OCR_NET

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##Aspose.OCR for .NET Examples Repository (cool project)

This repository contains C# and VB.NET Example Projects for Aspose.OCR for .NET.

 

##How to use the Examples?

###With the Examples Dashboard

Download the Aspose Examples Dashboard for .NET to view and run all these examples on your PC. It updates itself with the latest dependency libraries and examples.

Aspose Examples Dashboard

###With IDE

Clone or Download the ZIP and extract the contents to your local hard drive. It has Solution (SLN) files for Microsoft Visual Studio 2005, 2008 and 2010.

Also download the latest version of Aspose.OCR for .NET and set/fix dll references.

##Open Source Feel of Aspose.OCR

Aspose.OCR for .NET is a commercial product, but our philosophy is to develop it using our unique "open-source feel" approach. In other words, we at Aspose are extremely customer driven and this shows in:

  • Frequent releases (at least 1 a month).
  • Features are prioritized according to your requests.
  • Unlimited free technical support for anyone.
  • Helpful support in the forums and answers within 12-24 hours.
  • Live chat with experienced technical advisors.

We think that customers who use our products feel that they use an open source product because of the extent they can influence the project, but with the security of a fully committed talented team working on the project.

The Aspose.OCR for .NET examples published here at GitHub is a part of the above effort.

##What's included in this examples repository?

###Code

All examples are each contained in separate folders at the root of the repository. Each example is provided in both C# and Visual Basic. Each example contains a Program.cs or Program.vb code file. The main entry point for the examples is always found in this file.

ExampleDescription
Extract Text from an ImageDemonstrates the use of Aspose.OCR for .NET to extract text from images.
Extract Text from a specific blockDemonstrates the use of Aspose.OCR for .NET to extract the text from a specific block on the image.
Extract Text from a Specific BlockDemonstrates the use of Aspose.OCR for .NET to extract the text from a specific block on the image.
Detect Block CoordinatesDemonstrates the use of Aspose.OCR for .NET to extract the text block coordinates on the image.
Extract Part InformationDemonstrates the use of Aspose.OCR for .NET to extract part information of recognized text.
Extract Part InformationDemonstrates the use of Aspose.OCR for .NET to extract part information of recognized text.
Get NotificationsDemonstrates the use of Aspose.OCR for .NET to get notifications about every recognized text part.
Recognize Text in Languages other than EnglishDemonstrates the use of Aspose.OCR for .NET to recognize text in languages such as French & Spanish.
Apply Correction FiltersDemonstrates the use of Aspose.OCR for .NET to apply different filters before processing the image for OCR.
Correct SpellingsDemonstrates the use of Aspose.OCR for .NET to enable the spelling correction algorithm.
Character WhitelistingDemonstrates the use of Aspose.OCR for .NET to recognize only specific set of characters.
Character WhitelistingDemonstrates the use of Aspose.OCR for .NET to recognize only specific set of characters.

##Contact Us

About

Aspose.OCR for .NET Examples

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 51.8%
  • Visual Basic .NET 48.2%