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.

ocr tesseract interface

you might want @ this:

http://www.leadtools.com/sdk/ocr/default.htm?srcorigin=google-cpc-ocr%20api&matchtype=e&adpos=1t2&gclid=cljxx4gx6k8cfda2paodaxth1q

even beyond ocr, need scan image , find actual text, , might tricky well. if text not in same location find in "computer vision" space.


Comments

Popular posts from this blog

c++ - OpenCV Error: Assertion failed <scn == 3 ::scn == 4> in unknown function, -

php - render data via PDO::FETCH_FUNC vs loop -

The canvas has been tainted by cross-origin data in chrome only -