Click here to Skip to main content
15,881,380 members
Articles / Programming Languages / C#

A C# Project in Optical Character Recognition (OCR) Using Chain Code

Rate me:
Please Sign up or sign in to vote.
4.87/5 (77 votes)
22 Feb 2011CPOL11 min read 368.6K   44.9K   239  
An article that looks to use chaing code to do optical character recognition
<?xml version="1.0" encoding="utf-8"?>
<configuration>
	<appSettings>
		<!--   User application and configured property settings go here.-->
		<!--   Example: <add key="settingName" value="settingValue"/> -->
		<add key="help.Visible" value="True" />
	</appSettings>
</configuration>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Egypt Egypt
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions