ocr - How to Read Text From Bitmap in C#? -
i creating program relies heavily on image recognition. doing taking screenshot, , determining whether pre-determined image exists in location of screenshotting.
however, program, need able take screenshot of location in there text, numbers. regular, in same font, different numbers every time.
how can turn kind of information bitmap integer can use in code?
thanks.
this not easy task, optical character recognition (ocr). there similar conversation here.
you might want @ this:
even beyond ocr, need scan image , find actual text, , might tricky well. if text not in same location find in "computer vision" space.
Comments
Post a Comment