IT Community - Software Programming, Web Development and Technical Support

Optical Character Recognition in C#.NET. Reading text from images in C#.NET

This is a discussion on Optical Character Recognition in C#.NET. Reading text from images in C#.NET within the C# Programming forums, part of the Software Development category; Optical Character Recognition in C#.NET. Reading text from images in C#.NET Objective: Reading Text values from images or ...


Go Back   IT Community - Software Programming, Web Development and Technical Support > Software Development > C# Programming

Register FAQ Members List Calendar Mark Forums Read
  1 links from elsewhere to this Post. Click to view. #1 (permalink)  
Old 07-18-2007, 12:51 AM
oxygen oxygen is offline
D-Web Architect
 
Join Date: Jun 2007
Posts: 633
oxygen is on a distinguished road
Default Optical Character Recognition in C#.NET. Reading text from images in C#.NET

Optical Character Recognition in C#.NET. Reading text from images in C#.NET

Objective: Reading Text values from images or Optical Character Recognition in C#.NET


Steps:
Microsoft given a wonderful COM component called MODI(Microsoft Office Document
Imaging Library)for reading text values from an image file. Following C# snippets will
read the text values from the given image and will display in a Message Box.


MODI.Document Doc = new MODI.Document();
Doc.Create(Yourimagefilename);
Doc.OCR(MODI.MiLANGUAGES.miLANG_ENGLISH, false, false);
MODI.Image img = (MODI.Image)Doc.Images[0];
MessageBox.Show(img.Layout.Text);
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 03-12-2008, 01:10 AM
Anandavinayagam Anandavinayagam is offline
D-Web Sr.Programmer
 
Join Date: Mar 2007
Posts: 131
Anandavinayagam is on a distinguished road
Default Re: Optical Character Recognition in C#.NET. Reading text from images in C#.NET

this one supports Web Application?
i need to use OCR in Web...
__________________
The MOSS
Master of Solution Service
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

LinkBacks (?)
LinkBack to this Thread: http://www.discussweb.com/c-programming/2087-optical-character-recognition-c-net-reading-text-images-c-net.html
Posted By For Type Date
hosting image - Optical Character Recognition in C#.NET. Reading text from images ... This thread Refback 07-18-2007 08:54 AM

Similar Threads
Thread Thread Starter Forum Replies Last Post
Reading IPTC data from Nikon camera RAW images,JPEG,TIFF files using Adobe dll in C# oxygen C# Programming 1 02-28-2008 11:33 PM
How do I check that text entered in a text form field is an integer? itbarota HTML, CSS and Javascript Coding Techniques 2 10-26-2007 12:25 AM
Is there a way to do optical character recognition in Windows Mobile ? itbarota Windows Mobile 0 07-23-2007 06:54 AM
How to Encode a text and Decode it to get the original text using c# .Net? Archer C# Programming 1 07-21-2007 01:10 AM
Reading and writing EXIF meta data from jpg/jpeg,tiff images oxygen C# Programming 0 07-15-2007 11:24 PM


All times are GMT -7. The time now is 09:06 PM.


Copyright ©2004 - 2007, DiscussWeb. All Rights Reserved.

SEO by vBSEO 3.0.0