Awww, geeze. OP posted here, too :mad:
"I guess it's what separates the professionals from the drag and drop, girly wirly, namby pamby, wishy washy, can't code for crap types." - Pete O'Hanlon
harivinod wrote:
plz help me i am doing my B.tech final year project
How does come into the picture of your problem description? ;)
harivinod wrote:
full
How do you measure it or whether it is half or quarter? Which metrics are you trying to use? Gallons or Litres?
Vasudevan Deepak Kumar Personal Homepage
Tech Gossips
A pessimist sees only the dark side of the clouds, and mopes; a philosopher sees both sides, and shrugs; an optimist doesn't see the clouds at all - he's walking on them. --Leonard Louis Levinson
first of all have u tried google for this question. if not that's bad. u must understand the way of searching. ok now your answer. now its up to u how will u take this... best of luck. Dim Doc1 As New MODI.Document Dim inputFile As String = "C:\test\multipage.tif" Doc1.Create(inputFile) Doc1.OCR() ' this will ocr all pages of a multi-page tiff file Doc1.Save() ' this will save the deskewed reoriented images, and the OCR text, back to the inputFile Dim strRecText As String = "" For imageCounter As Integer = 0 To (Doc1.Images.Count - 1) ' work your way through each page of results strRecText &= Doc1.Images(imageCounter).Layout.Text ' this puts the ocr results into a string Next File.AppendAllText("C:\test\testmodi.txt", strRecText) ' write the OCR file out to disk Doc1.Close() ' clean up Doc1 = Nothing
help everyone Falling down is not defeat...defeat is when u refuse to get up...
Image recognition huh... Good luck with that. Neural Networks I believe are the preferred approach. Like I said, good luck with that.
Try code model generation tools at BoneSoft.com.