Question

I hear, there is fine-reader lib's for c#, so that i can read text on my image, but i did't find this in web, are there any tutorials? code? Also what also can i use to read in my windows-form app text on my image?

Simple: in code i load image, and then send it to method, which read this text on my image... But image is noisy.

Was it helpful?

Solution

There is a good OCR library called tesseract, but it's C++ native library, which you can use through the console mode. I could not find better alternatives.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top