Hi Friend's..

M new to c#.net can anyone say How to Count number of liens and Characters in a Tiff image ....


T ks in Adv...

G.Sam...

Recommended Answers

All 6 Replies

As Sknake answered in the other post, if you need the tiff OCR'd then you need a package. If you need to know the number of bytes, then just open the file in a FileStream (or a number of other classes), and check the length.
If not OCR'd, then you are working with the raw image which is in bytes not lines or chars.

Tks Jerry Shaw ....

Is There is any possible way to segment text in the given (text tiff image):S ....

Yes, buy an OCR library. You can keep rephrasing the same question but you will keep getting the same answer.

The same goes for opening up another thread with the same issue.

Tk u Frnd....


Can u say any Sample code project for that OCR to Segment the text in the image....


Tks in Adv..

G.Sam....

Yes, when you purchase an OCR suite it comes with sample projects. If I post sample code and you don't have the OCR library then it does you no good.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.