3
Answers

How to capture region of screen in C#

I want to capture region of screen and selected screen to read text on clipboard in windows application
Answers (3)
0
About capturing a region, you might be able to do this by using the Graphics.CopyFromScreen method. You can find more information here:
After this, to recognize the text in the captured image, you need to use OCR features. I searched internet and found the following OCRScreencapture click once demo:
0
Manoj Bhoir

Manoj Bhoir

NA 7.6k 293.8k 9y
0
Rohan Gupta

Rohan Gupta

NA 442 44.6k 9y
Hi,
 @Santhakumar please go through below link
 
http://www.abhisheksur.com/2010/04/screen-capture-using-wpf-winforms.html