Click here to Skip to main content
15,908,455 members
Home / Discussions / C#
   

C#

 
QuestionHow to get the last command line argument or argument without the delimiter Pin
zxc8919-Sep-06 23:16
zxc8919-Sep-06 23:16 
AnswerRe: How to get the last command line argument or argument without the delimiter Pin
Christian Graus19-Sep-06 23:27
protectorChristian Graus19-Sep-06 23:27 
GeneralRe: How to get the last command line argument or argument without the delimiter Pin
zxc8919-Sep-06 23:47
zxc8919-Sep-06 23:47 
GeneralRe: How to get the last command line argument or argument without the delimiter Pin
Christian Graus19-Sep-06 23:49
protectorChristian Graus19-Sep-06 23:49 
GeneralRe: How to get the last command line argument or argument without the delimiter Pin
zxc8919-Sep-06 23:58
zxc8919-Sep-06 23:58 
GeneralRe: How to get the last command line argument or argument without the delimiter Pin
Christian Graus20-Sep-06 0:05
protectorChristian Graus20-Sep-06 0:05 
QuestionStreamReader and special tag problem Pin
cecildt19-Sep-06 23:08
cecildt19-Sep-06 23:08 
AnswerRe: StreamReader and special tag problem Pin
Christian Graus19-Sep-06 23:15
protectorChristian Graus19-Sep-06 23:15 
GeneralRe: StreamReader and special tag problem Pin
cecildt19-Sep-06 23:21
cecildt19-Sep-06 23:21 
QuestionBit Fields Pin
Sabry190519-Sep-06 23:01
Sabry190519-Sep-06 23:01 
AnswerRe: Bit Fields Pin
Christian Graus19-Sep-06 23:19
protectorChristian Graus19-Sep-06 23:19 
QuestionSELECT * FROM DB WHERE aFIELD = Null Pin
Glen Harvy19-Sep-06 22:40
Glen Harvy19-Sep-06 22:40 
AnswerRe: SELECT * FROM DB WHERE aFIELD = Null Pin
Christian Graus19-Sep-06 22:44
protectorChristian Graus19-Sep-06 22:44 
GeneralRe: SELECT * FROM DB WHERE aFIELD = Null Pin
Glen Harvy19-Sep-06 23:34
Glen Harvy19-Sep-06 23:34 
GeneralRe: SELECT * FROM DB WHERE aFIELD = Null Pin
Christian Graus19-Sep-06 23:38
protectorChristian Graus19-Sep-06 23:38 
GeneralRe: SELECT * FROM DB WHERE aFIELD = Null Pin
Glen Harvy20-Sep-06 1:45
Glen Harvy20-Sep-06 1:45 
QuestionVisual Studio 2005 windows mobile development.. Pin
Sri harini19-Sep-06 22:31
Sri harini19-Sep-06 22:31 
QuestionExtract Text from PNG file Pin
Jatin Kakkar19-Sep-06 22:06
Jatin Kakkar19-Sep-06 22:06 
AnswerRe: Extract Text from PNG file Pin
Christian Graus19-Sep-06 22:20
protectorChristian Graus19-Sep-06 22:20 
GeneralRe: Extract Text from PNG file Pin
Jatin Kakkar19-Sep-06 22:47
Jatin Kakkar19-Sep-06 22:47 
GeneralRe: Extract Text from PNG file Pin
Christian Graus19-Sep-06 23:13
protectorChristian Graus19-Sep-06 23:13 
OCR is never perfect. According to the google page someone linked you to:

It also doesn't do well on grayscale and color documents, and it's not nearly as accurate as some of the best commercial OCR packages out there. Yet, as far as we know, despite its shortcomings, Tesseract is far more accurate than any other Open Source OCR package out there

I take that to mean - good luck. If you need to use something free, then this is your best bet, perhaps you can turn the images to 1 bit first ? Anyhow, realistically, if you want any sort of guarentee, or any sort of support, you need to buy a library. You certainly don't want to be writing one.

Also, be aware that OCR performs very poorly when the text is not lined up exactly, or has background noise.


Christian Graus - Microsoft MVP - C++
Metal Musings - Rex and my new metal blog

GeneralRe: Extract Text from PNG file Pin
Jatin Kakkar19-Sep-06 23:58
Jatin Kakkar19-Sep-06 23:58 
GeneralRe: Extract Text from PNG file Pin
Christian Graus20-Sep-06 0:06
protectorChristian Graus20-Sep-06 0:06 
GeneralRe: Extract Text from PNG file Pin
Jatin Kakkar19-Sep-06 22:58
Jatin Kakkar19-Sep-06 22:58 
AnswerRe: Extract Text from PNG file Pin
S. Senthil Kumar19-Sep-06 22:46
S. Senthil Kumar19-Sep-06 22:46 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.