TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Ramesh G
NA
212
65.2k
OCR Convertion Error - Language Eror
Dec 22 2012 3:06 AM
Dear friend i am develop OCR software using C# (.net 3.5 framework). its not converting imaqge to text .its so "
OCR running error
". how can i fix the error. i ama post my code here
C# code
public void Analyse()
{
if (_MODIDocument == null) return;
try
{
// add event handler for progress visualisation
_MODIDocument.OnOCRProgress += new MODI._IDocumentEvents_OnOCRProgressEventHandler(this.ShowProgress);
// the MODI call for OCR
_MODIDocument.OCR(_MODIParameters.Language, _MODIParameters.WithAutoRotation, _MODIParameters.WithStraightenImage);
statusBar1.Text = "Ready."; --> Error Place
}
catch (Exception ee)
{
// simple exception "handling"
MessageBox.Show(ee.Message);
}
}
Its very urgent please some one help me....
Reply
Answers (
0
)
Could not load file or assembly 'System.Data.Services.Client, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
how to border the datagridview currentcell on run time