1

I want to clip image and keep the area with numbers of machine.First of all,i think,the good idea is invert image,but i dont know what to do in the next.Screenshot below

screenshow what i want

1 Answers1

0

What I believe you are trying to do is implement some sort of optical character recognition.

A good place to start is: How to implement and do OCR in a C# project?

You might also be trying to simply crop the image in c#.

Jamin
  • 1,362
  • 8
  • 22